Skip to content

Commit

Permalink
extended changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
msuesskraut authored and MartinKavik committed Apr 10, 2021
1 parent fd4fccc commit e1d82f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [unreleased]
- Added helpers for wheel event: `wheel_ev` and `to_wheel_event`.
- Use `wheel_ev` in `canvas` example to zoom rectangle with mouse scroll wheel.
- [BREAKING] Base path changed from `Rc<Vec<String>>` to `Rc<[String]>`. It means also `Orders::clone_base_path` returns a slice.
- Prevent link listener from intercepting links with the `download` attribute.
- Added examples `record_screen`, `e2e_encryption` and `counters`.
Expand Down

0 comments on commit e1d82f5

Please sign in to comment.