emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/relint 83e677d 7/7: Increment version to 1.15


From: Mattias Engdegård
Subject: [elpa] externals/relint 83e677d 7/7: Increment version to 1.15
Date: Thu, 5 Mar 2020 10:21:26 -0500 (EST)

branch: externals/relint
commit 83e677d07a79b6f2c0232f0b03c14dd5e1539b1d
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Increment version to 1.15
    
    Require xr 1.17.
---
 relint.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/relint.el b/relint.el
index 1149fee..a53e2c0 100644
--- a/relint.el
+++ b/relint.el
@@ -3,8 +3,8 @@
 ;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
 ;; Author: Mattias Engdegård <address@hidden>
-;; Version: 1.14
-;; Package-Requires: ((xr "1.16") (emacs "26.1"))
+;; Version: 1.15
+;; Package-Requires: ((xr "1.17") (emacs "26.1"))
 ;; URL: https://github.com/mattiase/relint
 ;; Keywords: lisp, regexps
 
@@ -29,6 +29,11 @@
 
 ;;; News:
 
+;; Version 1.15:
+;; - Improved position accuracy in various lists of regexps
+;; - Check for mistake in rx `any' forms
+;; - `relint-buffer' now also returns severity (warning, error)
+;; - Relint can now also check the *scratch* buffer
 ;; Version 1.14:
 ;; - Added `relint-buffer'
 ;; - Report error position inside string literals when possible



reply via email to

[Prev in Thread] Current Thread [Next in Thread]