Prepare changelog for 6.4.0.

This commit is contained in:
Sebastian Schmidt 2021-07-21 13:45:35 +03:00
parent 42771468a1
commit 62b0c2616c

View File

@ -2,6 +2,22 @@
## Unreleased ## Unreleased
### Notes
### Added
### Removed
### Changed
### Fixed
### Deprecated
### Contributors
## [6.4.0](https://github.com/ISibboI/evalexpr/compare/6.3.0...6.4.0) - 2021-07-21
### Notes ### Notes
* Minimum supported Rust version (MSRV) increased to `1.46.0` * Minimum supported Rust version (MSRV) increased to `1.46.0`
@ -11,8 +27,6 @@
* Allow scientific notation in float literals * Allow scientific notation in float literals
### Removed
### Changed ### Changed
* Made some functions `const`. This increased the MSRV * Made some functions `const`. This increased the MSRV
@ -21,8 +35,6 @@
* `eval_number` methods returned `EvalexprError::ExpectedFloat` before, now they correctly return `EvalexprError::ExpectedNumber` * `eval_number` methods returned `EvalexprError::ExpectedFloat` before, now they correctly return `EvalexprError::ExpectedNumber`
### Deprecated
### Contributors ### Contributors
My warmhearted thanks goes to My warmhearted thanks goes to