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

update changelog

This commit is contained in:
Karol Stasiak 2020-03-15 01:17:45 +01:00
parent f57ecc9800
commit 3cc9996531

View File

@ -16,6 +16,10 @@
* Improved operator support for word-sized arguments (#24, #25)
* Fixed and improved memset-like loops (#47)
* **Potentially breaking change!** Detect overflowing constants, like `const byte x = 256`
* **Potentially breaking change!** Various macros improvements, including the requirement of parameter types matching exactly (#23, #39, #40)
## 0.3.14