summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2021-03-09 20:49:46 +0100
committerAndy Wingo <wingo@pobox.com>2021-03-09 20:49:46 +0100
commitc97e1fbb53d64925465ca3333dce511b06cff383 (patch)
tree9f52841ec18ac4c6a0caccb63bd659476158b770 /NEWS
parentec72aa7441dd3e469766540e16dd6046eed38806 (diff)
downloadguile-c97e1fbb53d64925465ca3333dce511b06cff383.tar.gz
Document quote-syntax
* NEWS: Update. * doc/ref/api-macros.texi (Syntax Case): Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 40760ea51..d985a0df0 100644
--- a/NEWS
+++ b/NEWS
@@ -138,6 +138,10 @@ The Gnulib compatibility library has been updated, for the first time
since 2017 or so. We expect no functional change but look forward to
any bug reports.
+** Optimized "eof-object?"
+
+This predicate is now understood by the compiler.
+
* New interfaces and functionality
** `call-with-port'
@@ -168,10 +172,11 @@ similar, which will eventually be deprecated.
See "Annotated Scheme Read" in the manual.
-** `syntax-sourcev'
** `quote-syntax'
-** Optimized "eof-object?"
+See "Syntax Case" in the manual.
+
+** `syntax-sourcev'
* Bug fixes