Skip to content

Commit 55d3f9c

Browse files
committed
COMMON: Update ChangeLog
1 parent b95a6ea commit 55d3f9c

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

ChangeLog

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1+
2023-03-26 (12.26)
2+
ANDROID: Fix setenv error #187
3+
ANDROID: update web UI dependencies
4+
COMMON: Fix bug in BGETC when using sockets (Joe7M)
5+
COMMON: Fix EQV bug. "0 EQV 0" will return correct result "1" (Joe7M)
6+
COMMON: Fix: "0 IMP 0" returns now correct result 1 (Joe7M)
7+
UI: FLTK and SDL version numbers now included in SBVER
8+
UI: fix editor display issues with DOS line-endings
9+
110
2023-02-19 (12.26)
211
SDL: Fixed an issue with window resizing #144
312
COMMON: Fixed "make dist" so it can produce a package with all internal dependencies
413

514
2023-01-20 (12.26)
6-
COMMON: Fixed DIM lower bound
7-
COMMON: RGB and RGBF now clamp parameters
8-
COMMON: Fix for BIN and changes to return values of POLYCENT and POLYAREA
15+
COMMON: Fixed DIM lower bound (Joe7M)
16+
COMMON: RGB and RGBF now clamp parameters (Joe7M)
17+
COMMON: Fix for BIN and changes to return values of POLYCENT and POLYAREA (Joe7M)
918

1019
2023-01-09 (12.26)
1120
COMMON: INPUT #F; now supports up to 64 parameters
12-
COMMON: Implemented STATMEDIAN() to calculate the median of a data sample in statistics.
13-
COMMON: Implemented STATSTD() to calculate standard deviation
21+
COMMON: Implemented STATMEDIAN() to calculate the median of a data sample in statistics (Joe7M)
22+
COMMON: Implemented STATSTD() to calculate standard deviation (Joe7M)
1423

1524
2023-01-09 (12.26)
1625
COMMON: Fix printing chr(0) into a file or network interface

0 commit comments

Comments
 (0)