File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ** 0.12.18 (28 March 2020) **
5
+
6
+ - SDL: fix issue #81 - numlock handling
7
+ - FLTK: added live editing menu item
8
+ - COMMON: increase stack size to 1024
9
+ - COMMON: Fix path for HOME constant
10
+
4
11
** 0.12.17 (22 December 2019)**
5
12
6
13
- COMMON: Implement select case by func. Issue #83
Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ <h4>SmallBASIC</h4>
66
66
</ div >
67
67
< div class ="article ">
68
68
< h1 id ="changelog "> Changelog</ h1 >
69
+ < p > < strong > 0.12.18 (28 March 2020) </ strong > </ p >
70
+ < ul >
71
+ < li > SDL: fix issue #81 - numlock handling</ li >
72
+ < li > FLTK: added live editing menu item</ li >
73
+ < li > COMMON: increase stack size to 1024</ li >
74
+ < li > COMMON: Fix path for HOME constant</ li >
75
+ </ ul >
69
76
< p > < strong > 0.12.17 (22 December 2019)</ strong > </ p >
70
77
< ul >
71
78
< li > COMMON: Implement select case by func. Issue #83</ li >
You can’t perform that action at this time.
0 commit comments