diff options
| author | rva3 <rva333@protonmail.com> | 2026-02-19 20:10:49 +0200 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-02-22 03:05:52 +0000 |
| commit | 76449b9a2715a6403a84b1a5b48de55d331c9b14 (patch) | |
| tree | af488dded8427802bb85ff8dfd239900b576d4fe /CHANGELOG | |
| parent | 5803a74b89cfc986f26b01f607bcfedd7bcbcf68 (diff) | |
derive Clone and Copy for armv7 instruction
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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]`. |
