diff --git a/etc/NEWS b/etc/NEWS index 4f2c59a1300..5f131386a43 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1985,6 +1985,10 @@ unibyte string. * Lisp Changes in Emacs 30.1 ++++ +** New 'compilation-safety' compilation parameter. +It's now possible to use the safety parameter to control how safe is +code generated by the native compiler. ** New types 'closure' and 'interpreted-function'. 'interpreted-function' is the new type used for interpreted functions,