Add merged PR #136 to changelog.

This commit is contained in:
Sebastian Schmidt 2023-06-08 16:46:46 +03:00
parent d81a6656c3
commit bcc6a07879

View File

@ -6,6 +6,8 @@
### Added ### 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 ### Removed
### Changed ### Changed
@ -16,6 +18,10 @@
### Contributors ### Contributors
My warmhearted thanks goes to:
* [Ben Weinstein-Raun](https://github.com/benwr)
## [11.0.0](https://github.com/ISibboI/evalexpr/compare/10.0.0...11.0.0) - 2023-06-01 ## [11.0.0](https://github.com/ISibboI/evalexpr/compare/10.0.0...11.0.0) - 2023-06-01
### Notes ### Notes