Skip to content

Commit 8267608

Browse files
committed
doc: update CHANGELOG.md
1 parent ad80de9 commit 8267608

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
[v1.18.2](https://github.com/boriel-basic/zxbasic/tree/v1.18.1)
1+
[v1.18.3](https://github.com/boriel-basic/zxbasic/tree/v1.18.3)
2+
===
3+
+ ! Fix `ByRef` with an array element
4+
+ ! Fix `@array` label emission in generated code
5+
+ Small optimization for -O2
6+
+ Add `getPaintData()` and `getChars()` functions to `putchars.bas` lib
7+
+ Refactor: move memory runtime routines to `runtime/mem/`
8+
+ ! Fix linting and update tests suite
9+
+ Documentation fixes and improvements (links, syntax highlighting)
10+
+ License housekeeping: ensure all files use AGPLv3 headers
11+
12+
[v1.18.2](https://github.com/boriel-basic/zxbasic/tree/v1.18.2)
213
===
314
+ ! Allows installation with `pip install` in python 3.11 environments
415
+ * Add `hmirror.bas` library

0 commit comments

Comments
 (0)