aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3aede47..5f8a3c5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+## 0.5.0
+
+* ARMv7 instructions now impl Copy and Clone, matching A64 instructions and so
+ many enums/structures from decoded instructions.
+
## 0.4.0
* ARMv7 and A64 `Opcode` and `Operand` are now `#[non_exhaustive]`.