aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82de05ece3e..8737bb7adb1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -173,6 +173,8 @@ by mistake and were not useful to Lisp code.
173 173
174* Lisp Changes in Emacs 28.1 174* Lisp Changes in Emacs 28.1
175 175
176** Remove final remaining traces of old-style backquotes
177
176** The module header 'emacs-module.h' now contains type aliases 178** The module header 'emacs-module.h' now contains type aliases
177'emacs_function' and 'emacs_finalizer' for module functions and 179'emacs_function' and 'emacs_finalizer' for module functions and
178finalizers, respectively. 180finalizers, respectively.