diff --git a/CHANGELOG b/CHANGELOG index b1481410f..f089ac849 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -29,6 +29,13 @@ * Pending changes since 24.5.10 +- Vendored libffi has been updated to the version 3.5.2 + +- It is now possible to cross-compile source code from hosts with a + different environment than the target + +- Compilation with -std=c23 (default for gcc-15) works now + - Byte operations on binary sequence streams and char operations on character sequence streams do not require a roundtrip for encoding and decoding elements (direct reading and writing to vector)