From 650702ed4efc90f08fe1220218b9de4cd7c10fc3 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sun, 29 Jan 2023 19:06:00 +0000 Subject: [PATCH] modify changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53b397..53ec8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.