aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f3df92e51e5..46910b021c7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -332,6 +332,10 @@ unlike `bookmark-set' which silently updates an existing bookmark.
332--- 332---
333*** `json-pretty-print' and `json-pretty-print-buffer' now maintain 333*** `json-pretty-print' and `json-pretty-print-buffer' now maintain
334the ordering of object keys by default. 334the ordering of object keys by default.
335---
336*** New commands `json-pretty-print-ordered' and
337`json-pretty-print-buffer-ordered' pretty prints JSON objects with
338object keys sorted alphabetically.
335 339
336** You can recompute the VC state of a file buffer with `M-x vc-refresh-state' 340** You can recompute the VC state of a file buffer with `M-x vc-refresh-state'
337** Prog mode has some support for multi-mode indentation. 341** Prog mode has some support for multi-mode indentation.