From ef24c068fd20befd0881c771cbd8731f320c7402 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 20 Mar 2019 17:43:06 +0200 Subject: [PATCH] Prepare changelog for release --- CHANGELOG.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4322b..c9ea75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log -## [Unreleased] +### Added + +### Removed + +### Changed + +### Fixed + +### Deprecated + +## [1.1.0](https://github.com/ISibboI/evalexpr/compare/1.0.0...1.1.0) - 2019-03-20 ### Added @@ -9,19 +19,16 @@ * Error types like `Error::ExpectedInt` for expecting each value type were added * Shortcut functions like `eval_int` or `eval_int_with_configuration` to evaluate directly into a value type were added * Documentation for the shortcut functions was added + * Functions to decompose `Value`s were added and documented ### Removed * Integration tests were removed from shipped crate -### Changed - ### Fixed * Wording of some documentation items was changed to improve readability -### Deprecated - ## [1.0.0](https://github.com/ISibboI/evalexpr/tree/1.0.0) - 2019-03-20 * First stable release \ No newline at end of file