From 62918343a840a4f6f8df2f0ec183f65f0f1deed0 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sat, 19 Aug 2023 16:52:12 +0300 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b931d..2b3d148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,6 @@ ### Added - * Methods to mutably iterate over operators (`Node::iter_operators_mut`) and all types of identifiers (`Node::iter_identifiers_mut`, `Node::iter_*_identifiers_mut`) (#136) - ### Removed ### Changed @@ -18,6 +16,32 @@ ### Contributors +My warmhearted thanks goes to: + +## [11.1.0](https://github.com/ISibboI/evalexpr/compare/11.0.1...11.1.0) - 2023-08-19 + +### Added + + * C-style comments (#148) + +### Contributors + +My warmhearted thanks goes to: + + * [Alex Wei](https://github.com/sweihub) + +## [11.0.1](https://github.com/ISibboI/evalexpr/compare/11.0.0...11.0.1) - 2023-07-26 + +### Notes + +This should have been a minor release instead of a patch. + +### Added + + * Methods to mutably iterate over operators (`Node::iter_operators_mut`) and all types of identifiers (`Node::iter_identifiers_mut`, `Node::iter_*_identifiers_mut`) (#136) + +### Contributors + My warmhearted thanks goes to: * [Ben Weinstein-Raun](https://github.com/benwr)