File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.9.0
2+ current_version = 1.9.1
33files = version.py
44
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+
17[ v1.9.0] ( https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.0 )
28===
39+ New and completely refactored optimizer which now allow patterns.<br />
612+ New optimizer level -O4 (peephole)
713+ zxbasm (assembler) now allows several instructions per line using ` : `
814+ zxbasm allows labels to be declared without using colon.
9- + Some other little optimizationn
15+ + Some other little optimization
1016
1117[ v1.8.10] ( https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10 )
1218===
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