aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-25 20:42:30 -0700
committeriximeow <me@iximeow.net>2024-06-25 20:42:30 -0700
commit90f05466987c185bc4c37c8be1c4ebab3b2f548d (patch)
tree554ae8aad0a48110008743672676e2359c109308 /CHANGELOG
parent1b5cc1daf35e60a9f78158b261a443f2fffd2fcc (diff)
fix yaxpeax-arch not building for non-x86 targets when alloc is not enabled
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d8fd706..8cde9b8 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.2
+
+fix yaxpeax-arch not building for non-x86 targets when alloc is not enabled
+
## 0.3.1
fix InstructionTextSink::write_char to not panic in debug builds