branch: externals/relint
commit 0c35e02cb81de58adb2eabc53fa51fa14340050d
Author: Mattias Engdegård <matti...@acm.org>
Commit: Mattias Engdegård <matti...@acm.org>

    Increment version to 1.18
---
 relint.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/relint.el b/relint.el
index 5124958..b95ef5c 100644
--- a/relint.el
+++ b/relint.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
 ;; Author: Mattias Engdegård <matti...@acm.org>
-;; Version: 1.17
+;; Version: 1.18
 ;; Package-Requires: ((xr "1.19") (emacs "26.1"))
 ;; URL: https://github.com/mattiase/relint
 ;; Keywords: lisp, regexps
@@ -29,6 +29,10 @@
 
 ;;; News:
 
+;; Version 1.18:
+;; - New check for ineffective backslashes in all strings (not just regexps)
+;; - Warnings emitted in order of their position in file or buffer
+;; - Performance improvements
 ;; Version 1.17:
 ;; - Fixed message display on Emacs 26
 ;; Version 1.16:

Reply via email to