aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-04 16:56:04 -0700
committeriximeow <me@iximeow.net>2021-07-04 16:56:04 -0700
commit4755f79f91fa4ee27e2626c1202e0ff8fc66f323 (patch)
tree16f7deae9b4f0b3f30d33dd1313f21d0d374319f /CHANGELOG
parent40607d504b4b04b2da005f772f21e830e9c28bfd (diff)
0.2.10.2.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b3c39d5..e12c93e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+## 0.2.1
+
+updated architecture matrix
+
## 0.2.0
correct a bug in 0.1.0 that incorrectly bounded `DecodeError` and did not actually require `std::error::Error`. added a test that `std::error::Error` is actually required of `Arch::DecodeError` in non-std builds.