aboutsummaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorMartin Edström <meedstrom91@gmail.com>2025-11-04 15:25:07 +0100
committerGitHub <noreply@github.com>2025-11-04 15:25:07 +0100
commit393c6b02fe1f5bcd02d7f419ff4b08a6087c032a (patch)
tree66d9fd6036aa459d9a2b9abe57d6907931064ffa /NEWS.org
parentcccd41f549fa88031a32deb26253b462021d7e12 (diff)
compat-29: Add string-glyph-compose and string-glyph-decompose (#76)
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.org b/NEWS.org
index 0234be8..2ca7c5b 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6 +2,10 @@
#+link: compat-gh https://github.com/emacs-compat/compat/issues/
#+options: toc:nil num:nil author:nil
+* 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.