branch: externals/dash
commit 446c5226337ca132da6148893c43ebb3335d91ea
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Release 2.10.0
---
README.md | 8 ++++++--
dash.el | 2 +-
readme-template.md | 8 ++++++--
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 04b7db2..555da08 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top:
- ;; Package-Requires: ((dash "2.9.0"))
+ ;; Package-Requires: ((dash "2.10.0"))
To get function combinators:
- ;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs
"24"))
+ ;; Package-Requires: ((dash "2.10.0") (dash-functional "1.2.0") (emacs
"24"))
## Syntax highlighting of dash functions
@@ -2144,6 +2144,10 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
## Changelist
+### From 2.9 to 2.10
+
+- Add `-let` destructuring to `-if-let` and `-when-let` (Fredrik Bergroth)
+
### From 2.8 to 2.9
- Add `-let`, `-let*` and `-lambda` with destructuring
diff --git a/dash.el b/dash.el
index a499245..0d2f33c 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2014 Magnar Sveen
;; Author: Magnar Sveen <[email protected]>
-;; Version: 2.9.0
+;; Version: 2.10.0
;; Keywords: lists
;; This program is free software; you can redistribute it and/or modify
diff --git a/readme-template.md b/readme-template.md
index 62e11a7..92bf465 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -19,11 +19,11 @@ If you want the function combinators, then also:
Add this to the big comment block at the top:
- ;; Package-Requires: ((dash "2.9.0"))
+ ;; Package-Requires: ((dash "2.10.0"))
To get function combinators:
- ;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs
"24"))
+ ;; Package-Requires: ((dash "2.10.0") (dash-functional "1.2.0") (emacs
"24"))
## Syntax highlighting of dash functions
@@ -91,6 +91,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist
+### From 2.9 to 2.10
+
+- Add `-let` destructuring to `-if-let` and `-when-let` (Fredrik Bergroth)
+
### From 2.8 to 2.9
- Add `-let`, `-let*` and `-lambda` with destructuring