Skip to content

Commit 1a53e13

Browse files
committed
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.
1 parent 0b9cdba commit 1a53e13

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ See the end of the file for license conditions.
66

77
## Change log
88

9+
### From 2.18.0 to 2.18.1
10+
11+
- Fixed a regression from `2.17` as well as a long-standing bug in
12+
`--iterate`, which evaluated its arguments one too many times. This
13+
in turn could lead to errors in `-flatten-n` when it tried
14+
flattening certain structures too far (#373).
15+
916
### From 2.17 to 2.18
1017

1118
This release absorbs the now obsolete `dash-functional` version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari
5454

5555
Add something like this to the library's headers:
5656

57-
;; Package-Requires: ((dash "2.18.0"))
57+
;; Package-Requires: ((dash "2.18.1"))
5858

5959
See [`(info "(elisp) Library
6060
Headers")`](https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html).

dash.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
44

55
;; Author: Magnar Sveen <magnars@gmail.com>
6-
;; Version: 2.18.0
6+
;; Version: 2.18.1
77
;; Package-Requires: ((emacs "24"))
88
;; Keywords: extensions, lisp
99
;; Homepage: https://github.com/magnars/dash.el

dash.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\input texinfo @c -*- texinfo -*-
22
@c %**start of header
33
@setfilename dash.info
4-
@set DASHVER 2.18.0
4+
@set DASHVER 2.18.1
55
@settitle Dash: A modern list library for GNU Emacs.
66
@documentencoding UTF-8
77
@documentlanguage en

0 commit comments

Comments
 (0)