Update changelog for 8.1.0

This commit is contained in:
ISibboI 2022-07-22 11:09:17 +02:00 committed by GitHub
parent b8a90b065b
commit 4033273cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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