summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 32137a79da6..f0df0a70caa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -742,6 +742,12 @@ processes on exit.
* Incompatible Lisp Changes in Emacs 26.1
+++
+** Certain cond/pcase/cl-case forms are now compiled using a faster jump
+table implementation. This uses a new bytecode op `switch', which isn't
+compatible with previous Emacs versions. This functionality can be disabled
+by setting `byte-compile-cond-use-jump-table' to nil.
+
++++
** Resizing a frame no longer runs 'window-configuration-change-hook'.
Put your function on 'window-size-change-functions' instead.