Skip to content

Commit 9a419fb

Browse files
committed
Merged in release/bumpversion (pull request #171)
Bump version: 1.8.3 → 1.8.4 Approved-by: Jose Rodriguez <[email protected]>
2 parents ff21324 + 3485b4f commit 9a419fb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.8.3
2+
current_version = 1.8.4
33
files = version.py
44

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
================================================================
211
Changes from Version 1.8.2 to 1.8.3
312
! Bugfix in the peephole optimizer (-O2)
@@ -12,6 +21,7 @@ Changes from Version 1.8.1 to 1.8.2
1221
+ Shorter and faster generated code (deep optimizations)
1322
! Bugfix in the PRINT42 routine that now supports newlines, etc
1423
+ Implemented routine input42 (INPUT42.BAS) for PRINT42 mode
24+
1525
================================================================
1626
Changes from Version 1.8.0 to 1.8.1
1727
! Bugfixes in the peephole optimizer

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.8.3'
1+
VERSION = '1.8.4'

0 commit comments

Comments
 (0)