From 5f3a5a833f590ab17278a59342bcf85f1e6ea2b5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 13 Apr 2023 14:09:14 +0300 Subject: [PATCH] Update changelog for 8.2.0 release. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29a6c3..9e0c473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,23 @@ ### Contributors +## [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) + ## [8.1.0](https://github.com/ISibboI/evalexpr/compare/8.0.0...8.1.0) - 2022-07-22 ### Added