File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.9.0
2
+ current_version = 1.9.1
3
3
files = version.py
4
4
Original file line number Diff line number Diff line change
1
+ [ v1.9.1] ( https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.1 )
2
+ ===
3
+ + ! Bugfix: array access read / write might overflow. Fixed.
4
+ + Array access speedup and optimization.
5
+ + Dropped support for PyPy and Python 2.x
6
+
1
7
[ v1.9.0] ( https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.0 )
2
8
===
3
9
+ New and completely refactored optimizer which now allow patterns.<br />
6
12
+ New optimizer level -O4 (peephole)
7
13
+ zxbasm (assembler) now allows several instructions per line using ` : `
8
14
+ zxbasm allows labels to be declared without using colon.
9
- + Some other little optimizationn
15
+ + Some other little optimization
10
16
11
17
[ v1.8.10] ( https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10 )
12
18
===
Original file line number Diff line number Diff line change 1
- VERSION = '1.9.0 '
1
+ VERSION = '1.9.1 '
You can’t perform that action at this time.
0 commit comments