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

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

[elpa] externals/dash 9f156a6 193/439: Release 1.5.0


From: Phillip Lord
Subject: [elpa] externals/dash 9f156a6 193/439: Release 1.5.0
Date: Tue, 04 Aug 2015 20:27:51 +0000

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

    Release 1.5.0
---
 README.md          |    7 ++++++-
 dash.el            |    2 +-
 readme-template.md |    7 ++++++-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 03dcf34..04996e1 100644
--- a/README.md
+++ b/README.md
@@ -876,6 +876,10 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
 
 ## Changelist
 
+### From 1.4.0 to 1.5.0
+
+- Add `-sum` and `-product` (Johan Andersson)
+
 ### From 1.3.0 to 1.4.0
 
 - Add `-sort`
@@ -904,12 +908,13 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
  - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`.
  - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`.
  - [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, 
`-when-let` and `-insert-at`.
+ - [Johan Andersson](https://github.com/rejeep) contributed `-sum` and 
`-produce`.
 
 Thanks!
 
 ## License
 
-Copyright (C) 2012 Magnar Sveen
+Copyright (C) 2012-2013 Magnar Sveen
 
 Authors: Magnar Sveen <address@hidden>
 Keywords: lists
diff --git a/dash.el b/dash.el
index 7f41af6..1043c23 100644
--- a/dash.el
+++ b/dash.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2012 Magnar Sveen
 
 ;; Author: Magnar Sveen <address@hidden>
-;; Version: 1.4.0
+;; Version: 1.5.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 f1f80e2..e8c320e 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.4.0 to 1.5.0
+
+- Add `-sum` and `-product` (Johan Andersson)
+
 ### From 1.3.0 to 1.4.0
 
 - Add `-sort`
@@ -99,12 +103,13 @@ Change `readme-template.md` or `examples-to-docs.el` 
instead.
  - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`.
  - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`.
  - [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, 
`-when-let` and `-insert-at`.
+ - [Johan Andersson](https://github.com/rejeep) contributed `-sum` and 
`-produce`.
 
 Thanks!
 
 ## License
 
-Copyright (C) 2012 Magnar Sveen
+Copyright (C) 2012-2013 Magnar Sveen
 
 Authors: Magnar Sveen <address@hidden>
 Keywords: lists



reply via email to

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