aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-03-16 11:40:00 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-03-16 11:41:05 +0100
commit187f4954c84b4355900dd01ca131acab22332f9d (patch)
tree7ff204654b5fc948b060b1d7a886812f242e6f6c
parentc5ad18256926808f99a2d13dd36429229af777d7 (diff)
Update NEWS.org
-rw-r--r--NEWS.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.org b/NEWS.org
index ae12064..c64e770 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -4,6 +4,8 @@
* Development
+- Minor optimization of ~plist-get~ and ~plist-put~.
+- Minor compatibility adjustments for the Emacs 30 development version.
- A minimal version of =compat.el= will be part of Emacs 30. Emacs :core packages
can directly ~(require 'compat)~ without the ~NOERROR~ flag. Furthermore Compat
will not be installed unnecessarily. If a package depending on Emacs 25.1 and