From 4033273cf9f2e78c1d3236b60eda39ef2b64c3f6 Mon Sep 17 00:00:00 2001 From: ISibboI Date: Fri, 22 Jul 2022 11:09:17 +0200 Subject: [PATCH] Update changelog for 8.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16cdb9..c84092e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,18 @@ ### Contributors +## [8.1.0](https://github.com/ISibboI/evalexpr/compare/8.0.0...8.1.0) - 2022-07-22 + +### Added + + * Functions `iter_(read/write)_variable_identifiers`, which iterate over all `ReadVariableIdentifier`s or all `WriteVariableIdentifier`s in an operator tree (#110) + +### Contributors + +My warmhearted thanks goes to: + + * [Tobias Schmitt](https://github.com/tsmt09) + ## [8.0.0](https://github.com/ISibboI/evalexpr/compare/7.2.0...8.0.0) - 2022-07-06 ### Added