Update changelog for 8.0.0 release.

This commit is contained in:
Sebastian Schmidt 2022-07-06 11:25:51 +03:00
parent c0b46a4e8d
commit a70981f0c5

View File

@ -6,11 +6,6 @@
### Added
* Builtin functions to check for nan, infinity and subnormality in floats (#101)
* Builtin random function (#102)
* Implement `TryFrom<Value>` for all types a value can hold (#105)
* Split VariableIdentifier node into read and write variants (#106)
### Removed
### Changed
@ -21,6 +16,17 @@
### Contributors
## [8.0.0](https://github.com/ISibboI/evalexpr/compare/7.2.0...8.0.0) - 2022-07-06
### Added
* Builtin functions to check for nan, infinity and subnormality in floats (#101)
* Builtin random function (#102)
* Implement `TryFrom<Value>` for all types a value can hold (#105)
* Split VariableIdentifier node into read and write variants (#106)
### Contributors
My warmhearted thanks goes to:
* [Ophir LOJKINE](https://github.com/lovasoa)