cosmetic: update changelog

This commit is contained in:
Daniel Kochmański 2026-03-20 09:09:18 +01:00
parent b765013374
commit 14603059a9

View file

@ -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)