Prepare changelog for release
This commit is contained in:
parent
1badd5cf52
commit
ef24c068fd
17
CHANGELOG.md
17
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
|
Loading…
Reference in New Issue
Block a user