From 31f321a9dcfe3a2ad0436a3d636331c942ff7acc Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Wed, 8 Oct 2014 16:12:22 +0200 Subject: [PATCH] Release 2.9.0 --- README.md | 13 +++++++++++-- dash-functional.el | 2 +- dash.el | 2 +- readme-template.md | 13 +++++++++++-- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2f3bf0..660daa3 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.8.0")) + ;; Package-Requires: ((dash "2.9.0")) To get function combinators: - ;; Package-Requires: ((dash "2.8.0") (dash-functional "1.1.0") (emacs "24")) + ;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs "24")) ## Syntax highlighting of dash functions @@ -2126,6 +2126,15 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.8 to 2.9 + +- Add `-let`, `-let*` and `-lambda` with destructuring +- Add `-tree-seq` and `-tree-map-nodes` +- Add `-non-nil` +- Add `-fix` +- Add `-fixfn` (dash-functional 1.2) +- Add `-copy` (Wilfred Hughes) + ### From 2.7 to 2.8 - Add `-butlast` diff --git a/dash-functional.el b/dash-functional.el index 1c4bb8c..225c15d 100644 --- a/dash-functional.el +++ b/dash-functional.el @@ -4,7 +4,7 @@ ;; Authors: Matus Goljer ;; Magnar Sveen -;; Version: 1.1.0 +;; Version: 1.2.0 ;; Package-Requires: ((dash "2.0.0") (emacs "24")) ;; Keywords: lisp functions combinators diff --git a/dash.el b/dash.el index f32423f..0c04622 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012-2014 Magnar Sveen ;; Author: Magnar Sveen -;; Version: 2.8.0 +;; Version: 2.9.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 07abecd..97a8db3 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.8.0")) + ;; Package-Requires: ((dash "2.9.0")) To get function combinators: - ;; Package-Requires: ((dash "2.8.0") (dash-functional "1.1.0") (emacs "24")) + ;; Package-Requires: ((dash "2.9.0") (dash-functional "1.2.0") (emacs "24")) ## Syntax highlighting of dash functions @@ -91,6 +91,15 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.8 to 2.9 + +- Add `-let`, `-let*` and `-lambda` with destructuring +- Add `-tree-seq` and `-tree-map-nodes` +- Add `-non-nil` +- Add `-fix` +- Add `-fixfn` (dash-functional 1.2) +- Add `-copy` (Wilfred Hughes) + ### From 2.7 to 2.8 - Add `-butlast`