We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a1018 commit 92a02a4Copy full SHA for 92a02a4
1 file changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+[v1.18.0](https://github.com/boriel-basic/zxbasic/tree/v1.18.1)
2
+===
3
++ ! Fixes crash on simple cast from i32 to u32 and vice versa
4
+
5
[v1.18.0](https://github.com/boriel-basic/zxbasic/tree/v1.18.0)
6
===
-+ ! Fixes bug with local arrays and arrays pased byRef
7
++ ! Fixes bug with local arrays and arrays passed byRef
8
+ All booleans are now normalized smartly!
9
+ Labels must be declared now at the beginning of the line.
10
+ ! Fixes several bugs and improved stability
@@ -35,7 +39,7 @@
35
39
+ ! Fixed a bug with local Arrays of Floats
36
40
+ ! Fix PEEK (ULong, ...)
37
41
+ Other minor errors fixes and improvements
38
-+ NextTool is now directly executable
42
++ NextCreator tool is now directly executable
43
44
[v1.17.1](https://github.com/boriel-basic/zxbasic/tree/v1.17.1)
45
0 commit comments