aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e2b6b11b103..b408b51756f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -246,6 +246,17 @@ by default at least in Debian, for security reasons).
246 246
247** package.el 247** package.el
248 248
249*** If a package is available on multiple archives and one has higher
250priority (as per `package-archive-priorities') only that one is
251listed. This can be configured with `package-menu-hide-low-priority'.
252
253*** `package-menu-hide-obsolete' now toggles the hiding of packages.
254This includes the above-mentioned low-priority packages, as well as
255available packages whose version is lower than the currently installed
256version (which were previously impossible to display).
257This allows users to downgrade a package if a lower version is
258available.
259
249*** When filtering the package menu, keywords starting with "arc:" or 260*** When filtering the package menu, keywords starting with "arc:" or
250"status:" represent package archive or status, respectively, instead 261"status:" represent package archive or status, respectively, instead
251of actual keywords. 262of actual keywords.