branch: externals/relint
commit bc001eb32ea351cd8a741dc466933fe85abaa696
Author: Mattias Engdegård <[email protected]>
Commit: Mattias Engdegård <[email protected]>
Increment version to 1.9
---
relint.el | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/relint.el b/relint.el
index 1c32d87..e6b3c51 100644
--- a/relint.el
+++ b/relint.el
@@ -3,8 +3,8 @@
;; Copyright (C) 2019 Free Software Foundation, Inc.
;; Author: Mattias Engdegård <[email protected]>
-;; Version: 1.8
-;; Package-Requires: ((xr "1.12"))
+;; Version: 1.9
+;; Package-Requires: ((xr "1.13"))
;; URL: https://github.com/mattiase/relint
;; Keywords: lisp, maint, regexps
@@ -54,6 +54,11 @@
;;; News:
+;; Version 1.9:
+;; - Limited tracking of local variables in regexp finding
+;; - Recognise new variable `literal' and `regexp' rx clauses
+;; - Detect more regexps in defcustom declarations
+;; - Requires xr 1.13
;; Version 1.8:
;; - Updated diagnostics list
;; - Requires xr 1.12