summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-04-21 11:20:35 +0200
committerAndy Wingo <wingo@pobox.com>2017-04-21 11:56:55 +0200
commit7e1d830698950e373454a07dd514bce78c9bea33 (patch)
treee1ac59f799f11ba1042f3c3c6e7f8a72e02c6902 /NEWS
parent2e5f7d8f6d8e0e66a964ec69ccdca4f737b0b018 (diff)
Update NEWS.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1103fcb67..663ba9f48 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,24 @@ Please send Guile bug reports to bug-guile@gnu.org.
+Changes in 2.2.2 (since 2.2.1):
+
+* Bug fixes
+
+** Syntax objects are once more comparable with 'equal?'
+
+The syntax object change in 2.2.1 had the unintended effect of making
+syntax objects no longer comparable with equal?. This release restores
+the previous behavior.
+
+** Restore libgc dependency
+
+The change to throw exceptions when mutating literal constants partly
+relied on an interface that was added to our garbage collector (BDW-GC)
+after its 7.2 release. Guile 2.2.2 adds a workaround to allow Guile to
+continue be used with libgc as old as 7.2.
+
+
Changes in 2.2.1 (since 2.2.0):
* Notable changes