branch: externals/compat commit f06e55fbb6c54ab08ac8c01ea5f54aed0da42f3b Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update NEWS --- NEWS.org | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index ac27e480a6..2b3a605420 100644 --- a/NEWS.org +++ b/NEWS.org @@ -23,9 +23,14 @@ ~compat-call~ or ~compat-function~ macros. - Deprecate ~compat-help.el~ and ~compat-font-lock.el.~ - Development moved to GitHub. -- BREAKING: Drop broken function ~func-arity~. -- BREAKING: Drop broken function ~directory-files-recursively~. -- BREAKING: Drop support for Emacs 24.3. Emacs 24.4 is required now. +- BREAKING: Drop broken function ~func-arity~. Using ~func-arity~ is generally + discouraged and the function is hard to implement properly due to all the + various function types. There it is unlikely that the function will get + reintroduced in Compat. +- BREAKING: Drop broken function ~directory-files-recursively~. In case you need + this function, a patch including tests is welcome. +- BREAKING: Drop support for Emacs 24.3. Emacs 24.4 is required now. In case you + still need Emacs 24.3 support, you can rely on Compat 28.1.2.2. * Release of "Compat" Version 28.1.2.2