File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
1118This release absorbs the now obsolete ` dash-functional ` version
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari
5454
5555Add something like this to the library's headers:
5656
57- ;; Package-Requires: ((dash "2.18.0 "))
57+ ;; Package-Requires: ((dash "2.18.1 "))
5858
5959See [ `(info "(elisp) Library
6060Headers")`] ( https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html ) .
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments