From 14603059a94807fa4e4a01f19292982e23f01b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 20 Mar 2026 09:09:18 +0100 Subject: [PATCH] cosmetic: update changelog --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) 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)