Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing changelog entries #280

Merged
merged 2 commits into from
May 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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