Skip to content

Commit 8e6c84f

Browse files
committed
Update changelog
1 parent 9fcc48a commit 8e6c84f

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
[v1.15.0](https://github.com/boriel/zxbasic/tree/v1.15.0)
2+
===
3+
+ ! Fixed bugs and improved stability, specially with the optimizer
4+
+ Variables and functions now allow underscore character
5+
* Peephole optimizer is now smarter
6+
* Compiler now allows config files to avoid repearing cmdline flags
7+
* Added #pragma once
8+
9+
110
[v1.14.1](https://github.com/boriel/zxbasic/tree/v1.14.1)
211
===
312
+ Fixed bugs and improved stability

src/arch/zx48k/library/lcase.bas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#ifndef __LIBRARY_LCASE__
99

1010
REM Avoid recursive / multiple inclusion
11+
#warning Deprecated library. Use <string.bas> instead
1112

1213
#define __LIBRARY_LCASE__
1314

src/arch/zx48k/library/ucase.bas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#ifndef __LIBRARY_UCASE__
99

1010
REM Avoid recursive / multiple inclusion
11+
#warning Deprecated library. Use <string.bas> instead
1112

1213
#define __LIBRARY_UCASE__
1314

0 commit comments

Comments
 (0)