Release 1.2.0

master
Magnar Sveen 13 years ago
parent 73ac975148
commit 6d328e419d
  1. 10
      README.md
  2. 2
      dash.el
  3. 10
      readme-template.md

@ -776,6 +776,16 @@ the tests are always running and the docs are always in sync:
Oh, and don't edit `README.md` directly, it is auto-generated.
Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist
### From 1.1.0 to 1.2.0
- Add `-last` (Matus Goljer)
- Add `-insert-at` (Emanuel Evans)
- Add `-when-let` and `-if-let` (Emanuel Evans)
- Add `-when-let*` and `-if-let*` (Emanuel Evans)
- Some bugfixes
## Contributors
- [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, `-zip` and `-zip-with`.

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

@ -69,6 +69,16 @@ the tests are always running and the docs are always in sync:
Oh, and don't edit `README.md` directly, it is auto-generated.
Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist
### From 1.1.0 to 1.2.0
- Add `-last` (Matus Goljer)
- Add `-insert-at` (Emanuel Evans)
- Add `-when-let` and `-if-let` (Emanuel Evans)
- Add `-when-let*` and `-if-let*` (Emanuel Evans)
- Some bugfixes
## Contributors
- [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, `-zip` and `-zip-with`.

Loading…
Cancel
Save