Prepare changelog for release

This commit is contained in:
Sebastian Schmidt 2019-03-20 17:43:06 +02:00
parent 1badd5cf52
commit ef24c068fd

View File

@ -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