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 ad80de9 commit 8267608Copy full SHA for 8267608
1 file changed
CHANGELOG.md
@@ -1,4 +1,15 @@
1
-[v1.18.2](https://github.com/boriel-basic/zxbasic/tree/v1.18.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)
13
===
14
+ ! Allows installation with `pip install` in python 3.11 environments
15
+ * Add `hmirror.bas` library
0 commit comments