summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-11-03 03:17:37 +0100
committerBruno Haible <bruno@clisp.org>2022-11-03 03:18:54 +0100
commit7a69bf6c6c6a735ac00332e694123b5fafd0fa2d (patch)
treefb170c11e4e5899cf03f82a03252516f0f303bbf /NEWS
parentddfcbc95a6be3ddc588a93f21edb69cc7c214d9c (diff)
downloadgnulib-7a69bf6c6c6a735ac00332e694123b5fafd0fa2d.tar.gz
scratch_buffer: Document last change.
* NEWS: Mention last change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 840564703a..327fc8ceee 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,8 @@ User visible incompatible changes
Date Modules Changes
+2022-11-02 scratch_buffer The function 'gl_scratch_buffer_dupfree' is removed.
+
2022-09-10 stdbool This module now assumes C99 and provides C23,
instead of providing C99. For the old behavior,
use the already-deprecated stdbool-c99 module.