Add release name to change log and prepare for next release
This commit is contained in:
parent
dd19870c44
commit
e56afad25f
18
CHANGELOG.md
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user