summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.