modify changelog

This commit is contained in:
Corwin 2023-01-29 19:06:00 +00:00
parent f0dd544394
commit 650702ed4e

View file

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