Skip to content

Commit

Permalink
Add missing changelog entries (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored May 25, 2024
1 parent c9ec724 commit dc4ed17
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@
all : deprecated neko (see README)
std : fixed put_env when null is passed in (#229 https://github.com/HaxeFoundation/haxe/issues/10395)
std : added sys_cpu_arch (#275)
std : fix sys_is64 returning false on 64 bit Windows (#276)
std : fixed sys_is64 returning false on 64 bit Windows (#276)
std : fixed $int to respect whitespace and signs in hex notation and to ignore trailing text (#258)
all : fixed various build issues on macOS Catalina and Big Sur
cmake : update all dependencies
all : added arm64 binaries for Linux and macOS
regexp : migrated to pcre2, fixing matches with null characters (#249)
regexp : fixed stack overflow with large strings (#262)
regexp : added regexp_matched_num function (#257)
nekotools : allowed custom 404 handler for server (#278)
nekotools : added `nekotools boot -c *.n` option to help output (#273)
ui : migrated to gtk3 on Linux (#220)
sqlite : fixed early finalizer call (#200)
cmake : fixed loading error when installing to /usr/local on Unix (#271)

2019-10-19 : 2.3.0
std : added socket_set_broadcast function (#190)
Expand Down

0 comments on commit dc4ed17

Please sign in to comment.