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

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

[elpa] externals/dash 1a53e13: Point release 2.18.1


From: ELPA Syncer
Subject: [elpa] externals/dash 1a53e13: Point release 2.18.1
Date: Sun, 28 Feb 2021 12:10:49 -0500 (EST)

branch: externals/dash
commit 1a53e13d7964c84cf756ead353eb6dc094b65fd5
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Point release 2.18.1
    
    * NEWS.md (2.18.1): Announce regression fix.
    * dash.el: Bump to version 2.18.1.
    
    * README.md:
    * dash.texi: Regenerate docs.
---
 NEWS.md   | 7 +++++++
 README.md | 2 +-
 dash.el   | 2 +-
 dash.texi | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index a3389fe..6057385 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,6 +6,13 @@ See the end of the file for license conditions.
 
 ## Change log
 
+### From 2.18.0 to 2.18.1
+
+- Fixed a regression from `2.17` as well as a long-standing bug in
+  `--iterate`, which evaluated its arguments one too many times.  This
+  in turn could lead to errors in `-flatten-n` when it tried
+  flattening certain structures too far (#373).
+
 ### From 2.17 to 2.18
 
 This release absorbs the now obsolete `dash-functional` version
diff --git a/README.md b/README.md
index c0c3de7..f44249b 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ 
Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari
 
 Add something like this to the library's headers:
 
-    ;; Package-Requires: ((dash "2.18.0"))
+    ;; Package-Requires: ((dash "2.18.1"))
 
 See [`(info "(elisp) Library
 
Headers")`](https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html).
diff --git a/dash.el b/dash.el
index 86f37c3..3e55f9d 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
 ;; Author: Magnar Sveen <magnars@gmail.com>
-;; Version: 2.18.0
+;; Version: 2.18.1
 ;; Package-Requires: ((emacs "24"))
 ;; Keywords: extensions, lisp
 ;; Homepage: https://github.com/magnars/dash.el
diff --git a/dash.texi b/dash.texi
index b4bfd39..02b8320 100644
--- a/dash.texi
+++ b/dash.texi
@@ -1,7 +1,7 @@
 \input texinfo    @c -*- texinfo -*-
 @c %**start of header
 @setfilename dash.info
-@set DASHVER 2.18.0
+@set DASHVER 2.18.1
 @settitle Dash: A modern list library for GNU Emacs.
 @documentencoding UTF-8
 @documentlanguage en



reply via email to

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