Skip to content

Commit 9980f13

Browse files
authored
Merge pull request #971 from boriel-basic/release/bump2version
Release/bump2version
2 parents 052277e + 6db0366 commit 9980f13

File tree

2 files changed

+166
-161
lines changed

2 files changed

+166
-161
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
[v1.18.0](https://github.com/boriel/zxbasic/tree/v1.18.0)
2+
===
3+
+ ! Fixes bug with local arrays and arrays pased byRef
4+
+ All booleans are now normalized smartly!
5+
+ Labels must be declared now at the beginning of the line.
6+
+ ! Fixes several bugs and improved stability
7+
+ Added a tool for compiler developers that unifies (hardlink) identical libs.
8+
+ Severe internal refact and more to come.
9+
110
[v1.17.3](https://github.com/boriel-basic/zxbasic/tree/v1.17.3)
211
===
312
+ Add ROUND function
@@ -18,14 +27,15 @@
1827
+ Add NextLibLite.bas library (@em00k's NextLib stripped down version)
1928
+ Add ON GOTO / ON GOSUB examples and fix typo in pong.bas example
2029
+ Fix some other errors and improve stability
30+
+ Relicense to aGPL v3
2131

2232
[v1.17.2](https://github.com/boriel-basic/zxbasic/tree/v1.17.2)
2333
===
2434
+ ! Fixes bugs related to using CONST strings
2535
+ ! Fixed a bug with local Arrays of Floats
2636
+ ! Fix PEEK (ULong, ...)
2737
+ Other minor errors fixes and improvements
28-
+ + NextTool is now directly executable
38+
+ NextTool is now directly executable
2939

3040
[v1.17.1](https://github.com/boriel-basic/zxbasic/tree/v1.17.1)
3141
===

0 commit comments

Comments
 (0)