summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-05-01 11:49:26 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2026-05-01 11:49:26 +0200
commit4769d459aacfd34dfeac3556bd5f019ab51b581a (patch)
treed89fa61c9acb2c5973a8e0a41c3b5436491a9fe2
parentcdc225074c64d352dc069849b64e52f189eff4d2 (diff)
Update NEWS.org
-rw-r--r--NEWS.org7
1 files changed, 2 insertions, 5 deletions
diff --git a/NEWS.org b/NEWS.org
index c9f3dc5..ab46159 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,9 +1,10 @@
#+link: compat-gh https://github.com/emacs-compat/compat/issues/
#+options: toc:nil num:nil author:nil
-* Development (emacs-31 branch)
+* Development
- compat-28: New pcase pattern =cl-type=.
+- compat-29: Add =string-glyph-compose= and =string-glyph-decompose=.
- compat-31: New macros =static-when= and =static-unless=.
- compat-31: New functions =oddp= and =evenp=.
- compat-31: New functions =minusp= and =plusp=.
@@ -24,10 +25,6 @@
- Drop support for Emacs 24.x. Emacs 25.1 is required now. In case
Emacs 24.x support is still needed, Compat 30 can be used.
-* Development
-
-- compat-29: Add =string-glyph-compose= and =string-glyph-decompose=.
-
* Release of "Compat" Version 30.1.0.1
- compat-28: Fix =named-let= tail recursion.