From 50659cc705189789d98b62f1974df48f1c756851 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Mon, 17 Jun 2013 07:39:29 +0200 Subject: [PATCH] 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 b08f6573..0fc1f8c5 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 5994eaaf..025ec113 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012 Magnar Sveen ;; Author: Magnar Sveen -;; 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 30d577ef..f1f80e21 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`.