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

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

[elpa] externals/dash 50659cc 189/439: Release 1.4.0


From: Phillip Lord
Subject: [elpa] externals/dash 50659cc 189/439: Release 1.4.0
Date: Tue, 04 Aug 2015 20:27:48 +0000

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

    Release 1.4.0
---
 README.md          |    8 +++++++-
 dash.el            |    2 +-
 readme-template.md |    8 +++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b08f657..0fc1f8c 100644
--- a/README.md
+++ b/README.md
@@ -854,6 +854,12 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
+### From 1.3.0 to 1.4.0
+
+- Add `-sort`
+- Add `-reduce-r` (Matus Goljer)
+- Add `-reduce-r-from` (Matus Goljer)
+
 ### From 1.2.0 to 1.3.0
 
 - Add `-partition-in-steps`
@@ -869,7 +875,7 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Contributors
 
- - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip` and `-zip-with`.
+ - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip`, `-zip-with`, `-reduce-r` and `-reduce-r-from`.
  - [Takafumi Arakaki](https://github.com/tkf) contributed `-group-by`.
  - [tali713](https://github.com/tali713) is the author of `-applify`.
  - [Víctor M. Valenzuela](https://github.com/vemv) contributed `-repeat`.
diff --git a/dash.el b/dash.el
index 5994eaa..025ec11 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012 Magnar Sveen
 
 ;; Author: Magnar Sveen <address@hidden>
-;; Version: 1.3.2
+;; Version: 1.4.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 30d577e..f1f80e2 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -71,6 +71,12 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
 
 ## Changelist
 
+### From 1.3.0 to 1.4.0
+
+- Add `-sort`
+- Add `-reduce-r` (Matus Goljer)
+- Add `-reduce-r-from` (Matus Goljer)
+
 ### From 1.2.0 to 1.3.0
 
 - Add `-partition-in-steps`
@@ -86,7 +92,7 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
 
 ## Contributors
 
- - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip` and `-zip-with`.
+ - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip`, `-zip-with`, `-reduce-r` and `-reduce-r-from`.
  - [Takafumi Arakaki](https://github.com/tkf) contributed `-group-by`.
  - [tali713](https://github.com/tali713) is the author of `-applify`.
  - [Víctor M. Valenzuela](https://github.com/vemv) contributed `-repeat`.



reply via email to

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