From d6319ed409e8b37ffb514a63a292b0e04754942b Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 21 Feb 2024 13:59:53 +0000 Subject: [PATCH] Add a changelog entry for implementing num --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb04afe..227e7835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replaced `.show()` and `.hide()` with `.set_visible()`in `RegularMap`, `AffineMap` and `InfiniteScrolledMap`. - Added `.hflip()`, `.vflip()`, `.priority()`, `.position()` to `ObjectUnmanaged` and `Object`. - Expermental and incomplete support for MIDI files with agb-tracker. +- Fixnum now implements [`num::Num`](https://docs.rs/num/0.4/num/trait.Num.html) from the [`num`](https://crates.io/crates/num) crate. ## [0.18.1] - 2024/02/06