Update changelog for 8.0.0 release.
This commit is contained in:
parent
c0b46a4e8d
commit
a70981f0c5
16
CHANGELOG.md
16
CHANGELOG.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user