Skip to content

Commit 271e6cd

Browse files
committed
doc: update changelog
1 parent 7af8134 commit 271e6cd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Changelog.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
[v1.16.0](https://github.com/boriel/zxbasic/tree/v1.15.0)
2+
===
3+
+ Added optional parameters
4+
+ Added keyword args
5+
+ Allow temporary labels (1b, 1f) in the assembler
6+
+ ! Fixed several bugs in the assembler and compiler
7+
+ Produces better code for multiplications in ZX Next
8+
+ zx0 compression library updated (thx to Einar Saukas)
9+
110
[v1.15.2](https://github.com/boriel/zxbasic/tree/v1.15.2)
211
===
312
+ ! Fixed a bug with command line options
@@ -34,7 +43,7 @@
3443
preprocessor
3544
+ Warnings and error messages improved with codes
3645
+ Warnings can now be silenced with -Wxxx (i.e. -W150)
37-
+ Improved error reporting (files and line numbers)
46+
+ Improved error reporting (files and line numbers)
3847
+ Improved code generation and optimization
3948
+ Speed compilation increased by 100%!
4049
+ ! Fixed many bugs and improved stability
@@ -177,7 +186,7 @@
177186
+ ! Bugfix: Setting multiple `ORG` within ASM blocks crashed the compiler. Fixed.
178187
+ Change code style to pass more flake8 tests
179188
+ Add `--append-binary` command line flag to append binaries to tape file
180-
+ Add `--append-headless-binary` cmdlie flag to do like the above, but headless.
189+
+ Add `--append-headless-binary` cmdlie flag to do like the above, but headless.
181190

182191
[v1.8.9](https://github.com/boriel/zxbasic/tree/v1.8.9)
183192
===
@@ -281,7 +290,7 @@
281290
===
282291
+ Added many more drawing primitives for Radastan Mode
283292
+ Added instructions `ON .. GOTO` and `ON .. GOSUB`
284-
+ Added UART library (by yomboprime) for serial communication
293+
+ Added UART library (by yomboprime) for serial communication
285294
+ ! Several bugfixes and minor errors and better stability
286295
+ Better code generation
287296
+ Allows array initialization with @label references

0 commit comments

Comments
 (0)