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

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

[elpa] externals/dash d9879e9 329/426: Release 2.8.0


From: Phillip Lord
Subject: [elpa] externals/dash d9879e9 329/426: Release 2.8.0
Date: Tue, 04 Aug 2015 19:38:38 +0000

branch: externals/dash
commit d9879e9f3e4c8ea0b13068ce01f814829b081229
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    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 <address@hidden>
-;; 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)



reply via email to

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