Add changelog entry for 2021

This commit is contained in:
Gwilym Kuiper 2023-02-07 20:33:25 +00:00
parent 97dec32fa2
commit aeca26bdef

View file

@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Made Vector2D::new a const function
- Made Vector2D::new a const function.
- The template now uses rust 2021 edition by default.
### Fixed
- Alpha channel is now considered by `include_gfx!()` even when `transparent_colour` is absent.