aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 456f9b8f8b8..479e8e8c486 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1952,6 +1952,10 @@ unibyte string.
1952 1952
1953 1953
1954* Lisp Changes in Emacs 30.1 1954* Lisp Changes in Emacs 30.1
1955+++
1956** New 'compilation-safety' compilation parameter.
1957It's now possible to use the safety parameter to control how safe is
1958code generated by the native compiler.
1955 1959
1956+++ 1960+++
1957** Function type declaration. 1961** Function type declaration.