|
|
|
|
@ -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.12.0")) |
|
|
|
|
;; Package-Requires: ((dash "2.12.1")) |
|
|
|
|
|
|
|
|
|
To get function combinators: |
|
|
|
|
|
|
|
|
|
;; Package-Requires: ((dash "2.12.0") (dash-functional "1.2.0") (emacs "24")) |
|
|
|
|
;; Package-Requires: ((dash "2.12.1") (dash-functional "1.2.0") (emacs "24")) |
|
|
|
|
|
|
|
|
|
## Upcoming breaking change! |
|
|
|
|
|
|
|
|
|
@ -2387,6 +2387,8 @@ Change `readme-template.md` or `examples-to-docs.el` instead. |
|
|
|
|
|
|
|
|
|
## Changelist |
|
|
|
|
|
|
|
|
|
- Added lexical binding pragma to dash.el |
|
|
|
|
|
|
|
|
|
### From 2.11 to 2.12 |
|
|
|
|
|
|
|
|
|
- Add GNU ELPA support. (Phillip Lord) |
|
|
|
|
|