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

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

[elpa] externals/dash e9919f6 104/316: Release 2.14.0


From: ELPA Syncer
Subject: [elpa] externals/dash e9919f6 104/316: Release 2.14.0
Date: Mon, 15 Feb 2021 15:57:36 -0500 (EST)

branch: externals/dash
commit e9919f6db4d273eae50c5a73b98ddc87cf61afc8
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    Release 2.14.0
---
 README.md          | 19 +++++++++++++++++++
 readme-template.md | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/README.md b/README.md
index a683c4d..c1175e8 100644
--- a/README.md
+++ b/README.md
@@ -2771,6 +2771,25 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
+### From 2.13 to 2.14
+
+This release retires Emacs 23 support.  We will still try to keep
+things compatible but no future guarantees are made.
+
+- Added edebug support for threading macros (@Wilfred)
+- Added `-unzip`
+- Added gv setters for `-first-item` and `-last-item`
+- Added `-powerset` and `-permutations` (@holomorph)
+- Added `-as->` for threading a named variable (@zck)
+- Added `-partition-after-pred`, `-partition-before-pred`, 
`-partition-after-item`, `-partition-before-item` (@zck)
+- Fixed a bug in `-any-p` and friends testing for `null` on lists containing 
`nil` (#239)
+- Fixed infinite loop bug in `-zip` and `-interleave` when called with empty 
input.
+- Added `-second-item` through to `-fifth-item` as an alternative to `nth` 
(@Wilfred)
+- Added `-tails` and `-inits`
+- Added `-running-sum` and `-running-product`
+- Added `-reductions[-r][-from]` family of functions (like `-reduce` but 
collecting intermediate results)
+- Added `-common-prefix` (@basil-conto)
+
 ### From 2.12 to 2.13
 
 - `-let` now supports `&alist` in destructuring.
diff --git a/readme-template.md b/readme-template.md
index c3d7822..0018293 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -98,6 +98,25 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
 
 ## Changelist
 
+### From 2.13 to 2.14
+
+This release retires Emacs 23 support.  We will still try to keep
+things compatible but no future guarantees are made.
+
+- Added edebug support for threading macros (@Wilfred)
+- Added `-unzip`
+- Added gv setters for `-first-item` and `-last-item`
+- Added `-powerset` and `-permutations` (@holomorph)
+- Added `-as->` for threading a named variable (@zck)
+- Added `-partition-after-pred`, `-partition-before-pred`, 
`-partition-after-item`, `-partition-before-item` (@zck)
+- Fixed a bug in `-any-p` and friends testing for `null` on lists containing 
`nil` (#239)
+- Fixed infinite loop bug in `-zip` and `-interleave` when called with empty 
input.
+- Added `-second-item` through to `-fifth-item` as an alternative to `nth` 
(@Wilfred)
+- Added `-tails` and `-inits`
+- Added `-running-sum` and `-running-product`
+- Added `-reductions[-r][-from]` family of functions (like `-reduce` but 
collecting intermediate results)
+- Added `-common-prefix` (@basil-conto)
+
 ### From 2.12 to 2.13
 
 - `-let` now supports `&alist` in destructuring.



reply via email to

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