Release 2.12.1

master
Magnar Sveen 11 years ago
parent 81b15c5865
commit fec6f5480d
  1. 6
      README.md
  2. 6
      dash-template.texi
  3. 2
      dash.el
  4. 6
      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.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)

@ -13,7 +13,7 @@
@copying
This manual is for @code{dash.el} version 2.12.0.
This manual is for @code{dash.el} version 2.12.1.
Copyright © 2012-2015 Magnar Sveen
@ -109,13 +109,13 @@ Alternatively, you can just dump @verb{~dash.el~} or
Add this to the big comment block at the top:
@lisp
;; Package-Requires: ((dash "2.12.0"))
;; Package-Requires: ((dash "2.12.1"))
@end lisp
@noindent To get function combinators:
@lisp
;; 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"))
@end lisp
@node Syntax highlighting of dash functions

@ -3,7 +3,7 @@
;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.12.0
;; Version: 2.12.1
;; 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.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!
@ -98,6 +98,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)

Loading…
Cancel
Save