Release 1.5.0

master
Magnar Sveen 13 years ago
parent 7e41bed533
commit 9f156a6c75
  1. 7
      README.md
  2. 2
      dash.el
  3. 7
      readme-template.md

@ -876,6 +876,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist ## Changelist
### From 1.4.0 to 1.5.0
- Add `-sum` and `-product` (Johan Andersson)
### From 1.3.0 to 1.4.0 ### From 1.3.0 to 1.4.0
- Add `-sort` - Add `-sort`
@ -904,12 +908,13 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
- [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`. - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`.
- [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`. - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`.
- [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, `-when-let` and `-insert-at`. - [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! Thanks!
## License ## License
Copyright (C) 2012 Magnar Sveen Copyright (C) 2012-2013 Magnar Sveen
Authors: Magnar Sveen <magnars@gmail.com> Authors: Magnar Sveen <magnars@gmail.com>
Keywords: lists Keywords: lists

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

@ -71,6 +71,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist ## Changelist
### From 1.4.0 to 1.5.0
- Add `-sum` and `-product` (Johan Andersson)
### From 1.3.0 to 1.4.0 ### From 1.3.0 to 1.4.0
- Add `-sort` - Add `-sort`
@ -99,12 +103,13 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
- [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`. - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`.
- [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`. - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`.
- [Emanuel Evans](https://github.com/shosti) contributed `-if-let`, `-when-let` and `-insert-at`. - [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! Thanks!
## License ## License
Copyright (C) 2012 Magnar Sveen Copyright (C) 2012-2013 Magnar Sveen
Authors: Magnar Sveen <magnars@gmail.com> Authors: Magnar Sveen <magnars@gmail.com>
Keywords: lists Keywords: lists

Loading…
Cancel
Save