Skip to content

Commit 8a67440

Browse files
committed
Updated Changelog and docs
1 parent fc3dd22 commit 8a67440

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Version 7.0.0
55
- Cleaned up the Spin parser to enable direct access to struct/obj members
66
- Fixed long relative branches (tjz, djnz, etc.)
77

8+
Version 6.9.10
9+
- Fix compilation error when GETWORD is replaced by MOV or MUL
10+
- Fix varargs calls in nucode when no varying arguments present
11+
- Fix an incorrect warning about locals shadowing globals in C
12+
13+
Version 6.9.9
14+
- Fixed `--compress` flag on Windows
15+
- Added `--zip` flag to flexcc
16+
- Improved handling of file names in .zip output
17+
- Improved error message for sizeof(x) when x is undefined
18+
819
Version 6.9.8
920
- Fix `#foo+CONST` calculation
1021

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define VERSION_MAJOR 7
88
#define VERSION_MINOR 0
99
#define VERSION_REV 0
10-
#define BETA "-beta"
10+
#define BETA "-alpha"
1111

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)