Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Aug 19, 2023
1 parent 57bdc8c commit 6291834
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 6291834

Please sign in to comment.