Updated CHANGELOG.org with latest work

This commit is contained in:
Jeremiah Orians 2020-01-18 11:01:52 -05:00
parent 7b86089f95
commit 6341302101
No known key found for this signature in database
GPG Key ID: 5410E91C14959E87
1 changed files with 7 additions and 0 deletions

View File

@ -24,15 +24,22 @@ Added support for const keyword
Added support for alternate instructions for signed/unsigned combinations
Added is_signed data to all types
Added support for signed multiplication, division and modulus
Added dist build target
Added a manpage for M2-Planet
Added support for nested structs thanks to fosslinux
Added support for access, chdir and fchdir primitives
** Changed
Reordered types to prefer longs over unsigned over ints or chars
Replaced NOP with NULL to better match what it is really ment.
** Fixed
Typo: Recieved -> Received
ARMv7l elf-header regression
Corrected AMD64's xchg rax, rbx into it's proper encoding
A great deal of typos thanks to Andrius Štikonas
Regression in numerate_number
Segfault found in build_member when passed a non-number
** Removed
Removed bootstrap process as it belongs in mescc-tools-seed instead.