branch: externals/relint
commit b0f0bee11b89cc924648822413f4fece25ca6608
Author: Mattias Engdegård <[email protected]>
Commit: Mattias Engdegård <[email protected]>
Increment version to 1.11
---
relint.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/relint.el b/relint.el
index 03b3a3b..0c97f05 100644
--- a/relint.el
+++ b/relint.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2019 Free Software Foundation, Inc.
;; Author: Mattias Engdegård <[email protected]>
-;; Version: 1.10
+;; Version: 1.11
;; Package-Requires: ((xr "1.13"))
;; URL: https://github.com/mattiase/relint
;; Keywords: lisp, maint, regexps
@@ -55,6 +55,10 @@
;;; News:
+;; Version 1.11:
+;; - Improved evaluator, now handling limited local variable mutation
+;; - Bug fixes
+;; - Test suite
;; Version 1.10:
;; - Check arguments to `skip-syntax-forward' and `skip-syntax-backward'
;; - Add error suppression mechanism