Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.9.0
current_version = 1.9.1
files = version.py

8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[v1.9.1](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.1)
===
+ ! Bugfix: array access read / write might overflow. Fixed.
+ Array access speedup and optimization.
+ Dropped support for PyPy and Python 2.x

[v1.9.0](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.0)
===
+ New and completely refactored optimizer which now allow patterns.<br />
Expand All @@ -6,7 +12,7 @@
+ New optimizer level -O4 (peephole)
+ zxbasm (assembler) now allows several instructions per line using `:`
+ zxbasm allows labels to be declared without using colon.
+ Some other little optimizationn
+ Some other little optimization

[v1.8.10](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10)
===
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.9.0'
VERSION = '1.9.1'