etc/NEWS: Add entry for new `switch' bytecode.
This commit is contained in:
parent
84d415e94c
commit
550c23d326
1 changed files with 6 additions and 0 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -741,6 +741,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.
|
||||
|
|
Loading…
Add table
Reference in a new issue