aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d6cabf8e9e4..0784160ce22 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -42,6 +42,12 @@ applies, and please also update docstrings as needed.
42 42
43* Incompatible Lisp Changes in Emacs 28.1 43* Incompatible Lisp Changes in Emacs 28.1
44 44
45** 'equal' no longer examines some contents of window configurations.
46Instead, it considers window configurations to be equal only if they
47are eq. To compare contents, use compare-window-configurations
48instead. This change helps fix a bug in sxhash-equal, which returned
49incorrect hashes for window configurations and some other objects.
50
45 51
46* Lisp Changes in Emacs 28.1 52* Lisp Changes in Emacs 28.1
47 53