From e56afad25fae80870b1ebb7bc0ba6acb8e73be8a Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 28 Mar 2019 12:12:00 +0100 Subject: [PATCH] Add release name to change log and prepare for next release --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ab60c..64b4fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ ### Notes +### Added + +### Removed + +### Changed + +### Fixed + +### Deprecated + +## [3.0.0](https://github.com/ISibboI/evalexpr/compare/2.0.0...3.0.0) - 2019-03-28 + +### Notes + The 3.0.0 update transforms the expression evaluator `evalexpr` to a tiny scripting language. It allows assignments and chaining of expressions. Some changes in this update are breaking, hence the major release. @@ -24,10 +38,6 @@ Some changes in this update are breaking, hence the major release. * Merge `ContextMut` trait into `Context` trait -### Fixed - -### Deprecated - ## [2.0.0](https://github.com/ISibboI/evalexpr/compare/1.2.0...2.0.0) - 2019-03-28 ### Notes