aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-12-03 21:03:38 -0600
committerCalvin Rose <calsrose@gmail.com>2024-12-03 21:05:37 -0600
commit5b79b48ae02f5a4c95a8fa671a13bf37d63e37ed (patch)
treecc09bb07342005120cad031b01fc70273dbb88e7 /CHANGELOG.md
parentMerge pull request #1526 from sogaiu/master (diff)
Address #1524 - fix meson cross compilation linking.
In the cross compilation case, we need to resolve our dependencies on libc twice, once for the build machine and once for the target machine. This includes pthreads, -libc, and android-spawn.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f5d0640..f128eee1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
All notable changes to this project will be documented in this file.
## ??? - Unreleased
+- Fix meson cross compilation
- Update timeout documentation for networking APIs: timeouts raise errors and do not return nil.
- Add `janet_addtimeout_nil(double sec);` to the C API.
- Change string hashing.