diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3c587..9f021d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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