From 84d68470e4b471c4843515b0d8bf9df45b0c0754 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sat, 20 Apr 2024 00:12:36 +0100 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b99110fa..2bfc000f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixnums are now implemented with `num_traits` trait definitions. - Rather than having our own sync with Statics, use the standard portable atomics crate. These are reexported for convenience. +- `Mgba` no longer implements `Write`. You're unlikely to notice as + `agb::println!` is unchanged. +- Writes of long messages to mgba are split over multiple log messages if they + overflow mgba's buffer. On a panic, only the final message will be Fatal with + the preceding ones (if needed) being Info. ## [0.19.1] - 2024/03/06