branch: externals/relint commit 011f4f10ee65fb698d4caf3c72ba8ee6b98e3de5 Author: Mattias Engdegård <matti...@acm.org> Commit: Mattias Engdegård <matti...@acm.org>
Increment version to 1.22 --- relint.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/relint.el b/relint.el index 51a02aa6ef..f619b1b6a4 100644 --- a/relint.el +++ b/relint.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2019-2023 Free Software Foundation, Inc. ;; Author: Mattias Engdegård <matti...@acm.org> -;; Version: 1.21 +;; Version: 1.22 ;; Package-Requires: ((xr "1.22") (emacs "26.1")) ;; URL: https://github.com/mattiase/relint ;; Keywords: lisp, regexps @@ -29,6 +29,8 @@ ;;; News: +;; Version 1.22 +;; - String char escape check now detects \8, \9, and \x without hex digit ;; Version 1.21 ;; - Check for duplicates in rx or-forms ;; - Robustness improvements