From 5b565c54b0dce77f6f0e4dd12111f43379e26d8d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 15 Feb 2024 15:34:45 -0500 Subject: [PATCH] NEWS: Give a few more details --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 0ded3fd..6e65fdc 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ See the end of the file for license conditions. Changes since 0.14.0: - Bug fixes and code cleanups. +- Accept ${N} as another syntax for $N (issue #1012). +- Understand the new AUCTeX modes hierarchy (issue #1193). +- Try and use `major-mode-remap-alist` to find the right snippets for + Tree Sitter modes (issue #1169). * 0.14.0 (Dec 22, 2019)