branch: externals/dash
commit d9879e9f3e4c8ea0b13068ce01f814829b081229
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Release 2.8.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 e8f7390..435879e 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.7.0"))
+ ;; Package-Requires: ((dash "2.8.0"))
To get function combinators:
- ;; Package-Requires: ((dash "2.7.0") (dash-functional "1.1.0") (emacs
"24"))
+ ;; Package-Requires: ((dash "2.8.0") (dash-functional "1.1.0") (emacs
"24"))
## Syntax highlighting of dash functions
@@ -1915,6 +1915,10 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
## Changelist
+### From 2.7 to 2.8
+
+- Add `-butlast`
+
### From 2.6 to 2.7
- `-zip` now supports more than two lists (Steve Lamb)
diff --git a/dash.el b/dash.el
index 8928009..c8a1253 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012 Magnar Sveen
;; Author: Magnar Sveen <[email protected]>
-;; Version: 2.7.0
+;; Version: 2.8.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 4da0f29..078fdce 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.7.0"))
+ ;; Package-Requires: ((dash "2.8.0"))
To get function combinators:
- ;; Package-Requires: ((dash "2.7.0") (dash-functional "1.1.0") (emacs
"24"))
+ ;; Package-Requires: ((dash "2.8.0") (dash-functional "1.1.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.7 to 2.8
+
+- Add `-butlast`
+
### From 2.6 to 2.7
- `-zip` now supports more than two lists (Steve Lamb)