branch: externals/yasnippet
commit 5b565c54b0dce77f6f0e4dd12111f43379e26d8d
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
NEWS: Give a few more details
---
NEWS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/NEWS b/NEWS
index 0ded3fd2e4..6e65fdc491 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)