Add changelog entry for less unsafe

This commit is contained in:
Gwilym Inzani 2024-05-27 13:25:52 +01:00
parent c4719a5ce0
commit e91e7a84e7

View file

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `find_colour_index_16` and `find_colour_index_256` to the `VRamManager` to find where a colour is in a palette. - Added `find_colour_index_16` and `find_colour_index_256` to the `VRamManager` to find where a colour is in a palette.
### Changed
- `dma.hblank_transfer` is no longer `unsafe`.
## [0.20.2] - 2024/05/25 ## [0.20.2] - 2024/05/25
### Fixed ### Fixed