Skip to content

Commit a4be57f

Browse files
committed
doc: update Changelog.md
1 parent 2f77091 commit a4be57f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
[v1.17.3](https://github.com/boriel/zxbasic/tree/v1.17.3)
2+
===
3+
+ Add ROUND function
4+
+ ! Fix constant folding with Floats to prevent loss of precision
5+
+ ! Fix LN Function which was broken
6+
+ ! Fix String comparison which failed upon certain conditions
7+
+ VAL "<contant expression>" is now evaluated too.
8+
+ ! Asm: allow extra new lines at the end of ASM files
9+
+ Add IM2 Library by @Duefectu
10+
+ Updated links in doc to https
11+
+ ! FastPlotXOR lib now uses local labels
12+
+ ! Added typing to String library by Rogerio Biondi (@rogeriobiondi)
13+
+ Internal refacts and code rearrangements
14+
+ Add support to output .z80 and .sna files
15+
+ Intermediate Code files now have .ir extension (previously was .ic)
16+
+ !Fix bugs in optimizer
17+
+ Change prologue initialization in ZXNext to set IY value
18+
+ Add NextLibLite.bas library (@em00k's NextLib stripped down version)
19+
+ Add ON GOTO / ON GOSUB examples and fix typo in pong.bas example
20+
+ Fix some other errors and improve stability
21+
122
[v1.17.2](https://github.com/boriel/zxbasic/tree/v1.17.2)
223
===
324
+ ! Fixes bugs related to using CONST strings

0 commit comments

Comments
 (0)