File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.8.3
2
+ current_version = 1.8.4
3
3
files = version.py
4
4
Original file line number Diff line number Diff line change
1
+ ================================================================
2
+ Changes from Version 1.8.3 to 1.8.4
3
+ ! Several bugfixes with contants declaration
4
+ + Suport for UTF-8 BOM files
5
+ ! Bugfixes with -O3 crash
6
+ ! Fixes crash with arrays
7
+ ! Other bugfixes and better stability
8
+ * Better warning explanation under some circumstances
9
+
1
10
================================================================
2
11
Changes from Version 1.8.2 to 1.8.3
3
12
! Bugfix in the peephole optimizer (-O2)
@@ -12,6 +21,7 @@ Changes from Version 1.8.1 to 1.8.2
12
21
+ Shorter and faster generated code (deep optimizations)
13
22
! Bugfix in the PRINT42 routine that now supports newlines, etc
14
23
+ Implemented routine input42 (INPUT42.BAS) for PRINT42 mode
24
+
15
25
================================================================
16
26
Changes from Version 1.8.0 to 1.8.1
17
27
! Bugfixes in the peephole optimizer
Original file line number Diff line number Diff line change 1
- VERSION = '1.8.3 '
1
+ VERSION = '1.8.4 '
You can’t perform that action at this time.
0 commit comments