From 7d0e05c9b5a83aa00d08630a1c5b0c79af4cf71f Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 9 Apr 2024 20:33:26 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417d09c5..1112d5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 have had examples changed to use statics. You should use statics where possble for assets as consts can lead to them being included multiple times in the ROM. +- Fixnums are now implemented with `num_traits` trait definitions. ## [0.19.1] - 2024/03/06