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

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

[elpa] externals/dash 8b17154 204/426: Release 1.7.0


From: Phillip Lord
Subject: [elpa] externals/dash 8b17154 204/426: Release 1.7.0
Date: Tue, 04 Aug 2015 19:37:45 +0000

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

    Release 1.7.0
---
 README.md          |    6 +++++-
 dash.el            |    2 +-
 readme-template.md |    6 +++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8387977..67e17b9 100644
--- a/README.md
+++ b/README.md
@@ -946,6 +946,10 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
+### From 1.6.0 to 1.7.0
+
+- Add `-rotate` (Matus Goljer)
+
 ### From 1.5.0 to 1.6.0
 
 - Add `-min`, `-max`, `-min-by` and `-max-by` (Johan Andersson)
@@ -975,7 +979,7 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Contributors
 
- - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip`, `-zip-with`, `-reduce-r` and `-reduce-r-from`.
+ - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip`, `-zip-with`, `-reduce-r`, `-reduce-r-from` and `-rotate`.
  - [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 7e2618a..dce2b15 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012 Magnar Sveen
 
 ;; Author: Magnar Sveen <address@hidden>
-;; Version: 1.6.0
+;; Version: 1.7.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 da8c4ca..7aa9dc0 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -71,6 +71,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
 
 ## Changelist
 
+### From 1.6.0 to 1.7.0
+
+- Add `-rotate` (Matus Goljer)
+
 ### From 1.5.0 to 1.6.0
 
 - Add `-min`, `-max`, `-min-by` and `-max-by` (Johan Andersson)
@@ -100,7 +104,7 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Contributors
 
- - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip`, `-zip-with`, `-reduce-r` and `-reduce-r-from`.
+ - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, 
`-zip`, `-zip-with`, `-reduce-r`, `-reduce-r-from` and `-rotate`.
  - [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]