Release 2.10.0

master
Magnar Sveen 11 years ago
parent d459b49f4c
commit 446c522633
  1. 8
      README.md
  2. 2
      dash.el
  3. 8
      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.9.0"))
;; Package-Requires: ((dash "2.10.0"))
To get function combinators:
;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs "24"))
;; Package-Requires: ((dash "2.10.0") (dash-functional "1.2.0") (emacs "24"))
## Syntax highlighting of dash functions
@ -2144,6 +2144,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist
### From 2.9 to 2.10
- Add `-let` destructuring to `-if-let` and `-when-let` (Fredrik Bergroth)
### From 2.8 to 2.9
- Add `-let`, `-let*` and `-lambda` with destructuring

@ -3,7 +3,7 @@
;; Copyright (C) 2012-2014 Magnar Sveen
;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.9.0
;; Version: 2.10.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.9.0"))
;; Package-Requires: ((dash "2.10.0"))
To get function combinators:
;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs "24"))
;; Package-Requires: ((dash "2.10.0") (dash-functional "1.2.0") (emacs "24"))
## Syntax highlighting of dash functions
@ -91,6 +91,10 @@ Change `readme-template.md` or `examples-to-docs.el` instead.
## Changelist
### From 2.9 to 2.10
- Add `-let` destructuring to `-if-let` and `-when-let` (Fredrik Bergroth)
### From 2.8 to 2.9
- Add `-let`, `-let*` and `-lambda` with destructuring

Loading…
Cancel
Save