From 5d25ed2e7988037616844f8b09e26500ec3afffa Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Sun, 19 Jan 2014 18:55:57 +0100 Subject: [PATCH] Release 2.5.0 --- README.md | 11 ++++++++--- dash.el | 2 +- readme-template.md | 11 ++++++++--- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fd3c632..3e6701b 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ If you want the function combinators, then also: Add this to the big comment block at the top: - ;; Package-Requires: ((dash "2.4.3")) + ;; Package-Requires: ((dash "2.5.0")) To get function combinators: - ;; Package-Requires: ((dash "2.4.3") (dash-functional "1.0.0") (emacs "24")) + ;; Package-Requires: ((dash "2.5.0") (dash-functional "1.0.0") (emacs "24")) ## Syntax highlighting of dash functions @@ -1441,6 +1441,11 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.4.0 to 2.5.0 + +- Add `-same-items?` (Johan Andersson) +- A few bugfixes + ### From 2.3.0 to 2.4.0 - Add `-snoc` (Matus Goljer) @@ -1509,7 +1514,7 @@ 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`, `-first-item` and `-last-item`. - [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, `-when-let` and `-insert-at`. - - [Johan Andersson](https://github.com/rejeep) contributed `-sum` and `-product`. + - [Johan Andersson](https://github.com/rejeep) contributed `-sum`, `-product` and `-same-items?` - [Christina Whyte](https://github.com/kurisuwhyte) contributed `-compose` Thanks! diff --git a/dash.el b/dash.el index ae73bf3..3c83412 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012 Magnar Sveen ;; Author: Magnar Sveen -;; Version: 2.4.3 +;; Version: 2.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 db7c04e..8c88d45 100644 --- a/readme-template.md +++ b/readme-template.md @@ -19,11 +19,11 @@ If you want the function combinators, then also: Add this to the big comment block at the top: - ;; Package-Requires: ((dash "2.4.2")) + ;; Package-Requires: ((dash "2.5.0")) To get function combinators: - ;; Package-Requires: ((dash "2.4.2") (dash-functional "1.0.0") (emacs "24")) + ;; Package-Requires: ((dash "2.5.0") (dash-functional "1.0.0") (emacs "24")) ## Syntax highlighting of dash functions @@ -91,6 +91,11 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.4.0 to 2.5.0 + +- Add `-same-items?` (Johan Andersson) +- A few bugfixes + ### From 2.3.0 to 2.4.0 - Add `-snoc` (Matus Goljer) @@ -159,7 +164,7 @@ 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`, `-first-item` and `-last-item`. - [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, `-when-let` and `-insert-at`. - - [Johan Andersson](https://github.com/rejeep) contributed `-sum` and `-product`. + - [Johan Andersson](https://github.com/rejeep) contributed `-sum`, `-product` and `-same-items?` - [Christina Whyte](https://github.com/kurisuwhyte) contributed `-compose` Thanks!