From 67a34721aa9111822615d012069d8ebbde388669 Mon Sep 17 00:00:00 2001 From: Ian Clester Date: Sat, 10 Sep 2022 14:37:42 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e748b..a36559d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed - Fixed the fast magnitude function in agb_fixnum. This is also used in fast_normalise. Previously only worked for positive (x, y). +- Fixed formatting of fixed point numbers in the range (-1, 0), which previously appeared positive. ## [0.11.1] - 2022/08/02 @@ -64,4 +65,4 @@ Version 0.10.0 brings about many new features. As with most `agb` upgrades, you ### Fixed - Sprite data is now correctly aligned so fast copies will always work - A few methods which should really be internal have had `pub` removed -- The crate now compiles (but does not run) doctests in CI which pointed out a large number of non-compiling examples \ No newline at end of file +- The crate now compiles (but does not run) doctests in CI which pointed out a large number of non-compiling examples