wingo pushed a commit to branch master
in repository guile.
commit 7726ed7423427043b7cd85715129a91333221635
Author: Andy Wingo <[email protected]>
AuthorDate: Sun Jan 12 22:08:49 2020 +0100
Update NEWS
* NEWS: Update.
---
NEWS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/NEWS b/NEWS
index dbe0853..6ada8a8 100644
--- a/NEWS
+++ b/NEWS
@@ -85,6 +85,12 @@ See the new #:allow-duplicate-field-names? keyword argument
to
`make-record-type' in the manual, for more. This restores a needed
feature to R6RS records.
+** Fix default value of thread-local fluids
+
+Before, `fluid-ref' on an unbound thread-local fluid was returning #f
+instead of the default value of the fluid. Thanks to Rob Browning for
+the fix!
+
Changes in alpha 2.9.x (since the stable 2.2 series):