[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dash 8b17154 204/439: Release 1.7.0
From: |
Phillip Lord |
Subject: |
[elpa] externals/dash 8b17154 204/439: Release 1.7.0 |
Date: |
Tue, 04 Aug 2015 20:28:00 +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`.
- [elpa] externals/dash 2b20088 195/439: Add -juxt, (continued)
- [elpa] externals/dash 2b20088 195/439: Add -juxt, Phillip Lord, 2015/08/04
- [elpa] externals/dash e07cef6 196/439: Adding -first-item and -last-item. [magnars/dash.el#17], Phillip Lord, 2015/08/04
- [elpa] externals/dash a3b2fdb 198/439: Merge pull request #38 from rejeep/min-and-max, Phillip Lord, 2015/08/04
- [elpa] externals/dash 4164908 197/439: Add -min, -max, -min-by and -max-by., Phillip Lord, 2015/08/04
- [elpa] externals/dash 22d2c2d 199/439: Release 1.6.0, Phillip Lord, 2015/08/04
- [elpa] externals/dash 5b5dab5 200/439: Fix typo, Phillip Lord, 2015/08/04
- [elpa] externals/dash 9f156a6 193/439: Release 1.5.0, Phillip Lord, 2015/08/04
- [elpa] externals/dash 970728e 201/439: Actually update README :P, Phillip Lord, 2015/08/04
- [elpa] externals/dash 9bd656e 202/439: Add -rotate, Phillip Lord, 2015/08/04
- [elpa] externals/dash b0ff280 205/439: Updating docs--signature to handle aliases and subrs, Phillip Lord, 2015/08/04
- [elpa] externals/dash 8b17154 204/439: Release 1.7.0,
Phillip Lord <=
- [elpa] externals/dash 788573e 206/439: Merge pull request #36 from Wilfred/master, Phillip Lord, 2015/08/04
- [elpa] externals/dash b1cfe18 209/439: Fix incorrect alias checking in docs--signature, Phillip Lord, 2015/08/04
- [elpa] externals/dash 824fcb3 207/439: Release 1.8.0, Phillip Lord, 2015/08/04
- [elpa] externals/dash 0db2f5a 208/439: Fix second example for -last/first-item, Phillip Lord, 2015/08/04
- [elpa] externals/dash d1913c6 210/439: Merge pull request #41 from Wilfred/master, Phillip Lord, 2015/08/04
- [elpa] externals/dash 506401e 203/439: Merge pull request #39 from Fuco1/rotate, Phillip Lord, 2015/08/04
- [elpa] externals/dash 37064b5 213/439: Include @Fuco1 in Authors/Copyright + fix README, Phillip Lord, 2015/08/04
- [elpa] externals/dash d6ca7d9 215/439: Fix E23 bug and re-enable E23 CI, Phillip Lord, 2015/08/04
- [elpa] externals/dash 51c9f6b 212/439: Merge pull request #42 from Fuco1/functional, Phillip Lord, 2015/08/04
- [elpa] externals/dash 9abae5e 211/439: Add combinators, Phillip Lord, 2015/08/04