From 201496f472f282df290815e3c06fbda158e4bb8f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 1 Jun 2023 16:32:08 +0300 Subject: [PATCH] Update changelog for #135. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1c375..b7064fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,20 @@ ## [11.0.0](https://github.com/ISibboI/evalexpr/compare/10.0.0...11.0.0) - 2023-06-01 +### Notes + + * Due to the introduction of [GATs](https://blog.rust-lang.org/2022/10/28/gats-stabilization.html), the MSRV changes to `1.65.0` in this update. + ### Added * Builtin function `math::abs` (#130) * A CLI for evaluating expressions. Install via `cargo install evalexpr`. (#133) * The ability to parse integers from hex literals (#131) +### Changed + + * The `IterVariablesContext` from using a lifetime parameter to GATs (#135) + ### Contributors My warmhearted thanks goes to: