branch: externals/dash commit 8dfa9b6e6df6162ee6f0271a23276cf1995667ab Author: Magnar Sveen <magn...@gmail.com> Commit: Magnar Sveen <magn...@gmail.com>
Release 2.6.0 --- README.md | 12 ++++++++++-- dash.el | 2 +- readme-template.md | 12 ++++++++++-- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 797fd1f..7aba5dc 100644 --- a/README.md +++ b/README.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.5.0")) + ;; Package-Requires: ((dash "2.6.0")) To get function combinators: - ;; Package-Requires: ((dash "2.5.0") (dash-functional "1.0.0") (emacs "24")) + ;; Package-Requires: ((dash "2.6.0") (dash-functional "1.0.0") (emacs "24")) ## Syntax highlighting of dash functions @@ -1584,6 +1584,14 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.5.0 to 2.6.0 + +- Add `-is-prefix-p`, `-is-suffix-p`, `-is-infix-p` (Matus Goljer) +- Add `-iterate`, `-unfold` (Matus Goljer) +- Add `-split-on`, `-split-when` (Matus Goljer) +- Add `-find-last-index` (Matus Goljer) +- Add `-list` (Johan Andersson) + ### From 2.4.0 to 2.5.0 - Add `-same-items?` (Johan Andersson) diff --git a/dash.el b/dash.el index 6362e42..0eb9360 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012 Magnar Sveen ;; Author: Magnar Sveen <magn...@gmail.com> -;; Version: 2.5.0 +;; Version: 2.6.0 ;; Keywords: lists ;; This program is free software; you can redistribute it and/or modify diff --git a/readme-template.md b/readme-template.md index 8c88d45..968b2d5 100644 --- a/readme-template.md +++ b/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.5.0")) + ;; Package-Requires: ((dash "2.6.0")) To get function combinators: - ;; Package-Requires: ((dash "2.5.0") (dash-functional "1.0.0") (emacs "24")) + ;; Package-Requires: ((dash "2.6.0") (dash-functional "1.0.0") (emacs "24")) ## Syntax highlighting of dash functions @@ -91,6 +91,14 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.5.0 to 2.6.0 + +- Add `-is-prefix-p`, `-is-suffix-p`, `-is-infix-p` (Matus Goljer) +- Add `-iterate`, `-unfold` (Matus Goljer) +- Add `-split-on`, `-split-when` (Matus Goljer) +- Add `-find-last-index` (Matus Goljer) +- Add `-list` (Johan Andersson) + ### From 2.4.0 to 2.5.0 - Add `-same-items?` (Johan Andersson)