Release 2.5.0

master
Magnar Sveen 12 years ago
parent adaeff7b38
commit 5d25ed2e79
  1. 11
      README.md
  2. 2
      dash.el
  3. 11
      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.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!

@ -3,7 +3,7 @@
;; Copyright (C) 2012 Magnar Sveen
;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.4.3
;; Version: 2.5.0
;; Keywords: lists
;; This program is free software; you can redistribute it and/or modify

@ -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!

Loading…
Cancel
Save