diff --git a/README.md b/README.md index 0ddcdfa..5d0357e 100644 --- a/README.md +++ b/README.md @@ -1386,6 +1386,11 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.2.0 to 2.3.0 + +- Add tree operations (Matus Goljer) +- Make font-lock optional + ### From 2.1.0 to 2.2.0 - Add `-compose` (Christina Whyte) diff --git a/dash.el b/dash.el index afc8752..0245bfe 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012 Magnar Sveen ;; Author: Magnar Sveen -;; Version: 2.2.0 +;; Version: 2.3.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 a8be55a..cae5da2 100644 --- a/readme-template.md +++ b/readme-template.md @@ -110,6 +110,11 @@ Change `readme-template.md` or `examples-to-docs.el` instead. ## Changelist +### From 2.2.0 to 2.3.0 + +- Add tree operations (Matus Goljer) +- Make font-lock optional + ### From 2.1.0 to 2.2.0 - Add `-compose` (Christina Whyte)