summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-03-07 10:51:30 +0100
committerLudovic Courtès <ludo@gnu.org>2022-03-07 10:52:16 +0100
commita1a1400c7ce04a377a4a120bd15ce723c81fb5a8 (patch)
tree98ae3c6269a3ceb8ea55fa25d386d0f40354ec42 /NEWS
parent24b30130ca75653bdbacea84ce0443608379d630 (diff)
downloadguile-a1a1400c7ce04a377a4a120bd15ce723c81fb5a8.tar.gz
Update NEWS.
* NEWS: Add 3.0.9 section.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 288db26bf..c7733aa4f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,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)
* Notable changes