aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-23 21:54:03 -0700
committeriximeow <me@iximeow.net>2024-06-23 21:54:03 -0700
commit01fe27a77a08c932b6457f1621796a57e6b866d7 (patch)
tree65df47e121eba5bd934ae1338c6f37e01787638a /CHANGELOG
parentd0b9925bc1f75949f54d5290edfda4bf9ecd7bba (diff)
fix InstructionTextSink panicking in write_char
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b5ac7b8..d8fd706 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,10 @@ TODO: impls of `fn one` and `fn zero` so downstream users don't have to import n
TODO: 0.4.0 or later:
* remove `mod colors`, crossterm dependency, related feature flags
+## 0.3.1
+
+fix InstructionTextSink::write_char to not panic in debug builds
+
## 0.3.0
added a new crate feature flag, `alloc`.