1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-12 06:29:34 +00:00

Update changelog

This commit is contained in:
Karol Stasiak 2018-12-16 21:07:42 +01:00
parent eb29e78f56
commit eb9e3e063b

View File

@ -18,8 +18,14 @@
* Added original line numbers in assembler output.
* Added `sizeof` operator.
* Added preliminary support for `volatile` keyword.
* Added multiplication of a 16-bit number by an unsigned 8-bit number.
* Added more warnings.
* Automatic selection of text encoding based on target platform.
* Text literals can be now used as expressions of type `pointer`.