Skip to content

Commit dc4ed17

Browse files
authored
Add missing changelog entries (#280)
1 parent c9ec724 commit dc4ed17

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGES

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
all : deprecated neko (see README)
33
std : fixed put_env when null is passed in (#229 https://github.com/HaxeFoundation/haxe/issues/10395)
44
std : added sys_cpu_arch (#275)
5-
std : fix sys_is64 returning false on 64 bit Windows (#276)
5+
std : fixed sys_is64 returning false on 64 bit Windows (#276)
6+
std : fixed $int to respect whitespace and signs in hex notation and to ignore trailing text (#258)
67
all : fixed various build issues on macOS Catalina and Big Sur
78
cmake : update all dependencies
9+
all : added arm64 binaries for Linux and macOS
10+
regexp : migrated to pcre2, fixing matches with null characters (#249)
11+
regexp : fixed stack overflow with large strings (#262)
12+
regexp : added regexp_matched_num function (#257)
13+
nekotools : allowed custom 404 handler for server (#278)
14+
nekotools : added `nekotools boot -c *.n` option to help output (#273)
15+
ui : migrated to gtk3 on Linux (#220)
16+
sqlite : fixed early finalizer call (#200)
17+
cmake : fixed loading error when installing to /usr/local on Unix (#271)
818

919
2019-10-19 : 2.3.0
1020
std : added socket_set_broadcast function (#190)

0 commit comments

Comments
 (0)