Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Feb 20, 2024
1 parent 2a88359 commit c99a7d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.x.z
* macros: helper macros for implementing host wrapper types
* debug: CpuDebug and CpuDebugArgs implement Default
* disasm: disasm_memory_once function added
* opconsts: several opcode consts added for matching and building instructions
* to_code and from_code const methods added for parser enums and From implementation for u8
* Condition::from_jr_subset made public, Condition::is_satisfied is const now
* InterruptMode::to_mode_number method and From implementation for u8 added

v0.10.0
* deps: fixed arrayvec always depending on std
* deps: bumped bitflags to 2.4.2
Expand Down

0 comments on commit c99a7d4

Please sign in to comment.