Fix changelog.

This commit is contained in:
Sebastian Schmidt 2023-05-21 09:57:26 +03:00
parent 6d90b0a294
commit 9a53ce9893

View File

@ -28,23 +28,6 @@ My warmhearted thanks goes to:
* [nickisyourfan](https://github.com/nickisyourfan)
## [8.2.0](https://github.com/ISibboI/evalexpr/compare/8.1.0...8.2.0) - 2023-04-13
### Added
* `EvalExprError` now derives `Clone` (#116)
### Changed
* Occurrences of `f64` and `i64` have been replaced with the type aliases `FloatType` and `IntType` where applicable (#113)
### Contributors
My warmhearted thanks goes to:
* [Natan Freeman](https://github.com/NatanFreeman)
* [Claus Matzinger](https://github.com/celaus)
## [9.0.0](https://github.com/ISibboI/evalexpr/compare/8.2.0...9.0.0) - 2023-04-13
### Fixed