added 0.6.2 to CHANGELOG.md

This commit is contained in:
Maccesch 2023-08-03 18:37:42 +01:00
parent edd8b4981c
commit 3eb610cc6f

View file

@ -26,6 +26,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The option `manual` has been renamed to `immediate` to make it more consistent with other functions. - The option `manual` has been renamed to `immediate` to make it more consistent with other functions.
To port please note that `immediate` is the inverse of `manual` (`immediate` = `!manual`). To port please note that `immediate` is the inverse of `manual` (`immediate` = `!manual`).
## [0.6.2] - 2023-08-03
### Fixes 🍕
- `use_event_listener_with_options` removes the handlers now correctly.
## [0.6.1] - 2023-08-03 ## [0.6.1] - 2023-08-03
### Fixes 🍕 ### Fixes 🍕