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

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

[elpa] externals/dash 52e7eb4 031/316: Merge pull request #191 from Wilf


From: ELPA Syncer
Subject: [elpa] externals/dash 52e7eb4 031/316: Merge pull request #191 from Wilfred/update_changelog
Date: Mon, 15 Feb 2021 15:57:19 -0500 (EST)

branch: externals/dash
commit 52e7eb4ae0d9ac25a857b248980b2419e99a1985
Merge: 502be58 27b1ea5
Author: Magnar Sveen <magnars@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #191 from Wilfred/update_changelog
    
    Update changelog for 2.12.x.
---
 README.md          | 18 +++++++++++++++++-
 readme-template.md | 18 +++++++++++++++++-
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bff1a76..92da4eb 100644
--- a/README.md
+++ b/README.md
@@ -2486,7 +2486,23 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
-- Added lexical binding pragma to dash.el
+### From 2.12 to 2.13
+
+- `-let` now supports `&alist` in destructuring.
+- Various performance improvements.
+- `-zip` will change in future so it always returns lists. Added
+  `-zip-pair` for users who explicitly want the old behavior.
+- Added lexical binding pragma to dash.el, fixes
+  [#130](https://github.com/magnars/dash.el/issues/130) in Emacs 24+.
+- Added `-select-column` and `-select-columns`.
+- Fixed an issue with `-map-last` and `--remove-last` where they
+  modified their inputs
+  ([#158](https://github.com/magnars/dash.el/issues/158)).
+- Added `-each-indexed` and `--each-indexed`.
+- Added `-take-last` and `-drop-last`.
+- Added `-doto` macro.
+- `-cut <>` is now treated as a function, consistent with SRFI 26
+  ([#185](https://github.com/magnars/dash.el/issues/185))
 
 ### From 2.11 to 2.12
 
diff --git a/readme-template.md b/readme-template.md
index 0ca2f21..c9cdc41 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -98,7 +98,23 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
 
 ## Changelist
 
-- Added lexical binding pragma to dash.el
+### From 2.12 to 2.13
+
+- `-let` now supports `&alist` in destructuring.
+- Various performance improvements.
+- `-zip` will change in future so it always returns lists. Added
+  `-zip-pair` for users who explicitly want the old behavior.
+- Added lexical binding pragma to dash.el, fixes
+  [#130](https://github.com/magnars/dash.el/issues/130) in Emacs 24+.
+- Added `-select-column` and `-select-columns`.
+- Fixed an issue with `-map-last` and `--remove-last` where they
+  modified their inputs
+  ([#158](https://github.com/magnars/dash.el/issues/158)).
+- Added `-each-indexed` and `--each-indexed`.
+- Added `-take-last` and `-drop-last`.
+- Added `-doto` macro.
+- `-cut <>` is now treated as a function, consistent with SRFI 26
+  ([#185](https://github.com/magnars/dash.el/issues/185))
 
 ### From 2.11 to 2.12
 



reply via email to

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