From a1a1400c7ce04a377a4a120bd15ce723c81fb5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 7 Mar 2022 10:51:30 +0100 Subject: [PATCH] Update NEWS. * NEWS: Add 3.0.9 section. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 288db26bf..c7733aa4f 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,14 @@ See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. + +Changes in 3.0.9 (since 3.0.8) + +* Bug fixes + +** Type sizes are correctly determined when cross-compiling + (https://bugs.gnu.org/54198) + Changes in 3.0.8 (since 3.0.7)