diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e1d5fa3..962e13d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +# 0.29 + +* Implement Thumb: + * mov Rd, Rm; + * movs Rd, immediate_8; + * movs Rd, Rm; +* Update readme; +* Rename condition method to check_condition; + # 0.28 * Fix wrong license in readme; |