Update ChangeLog.md

This commit is contained in:
John Ericson 2019-12-11 13:31:51 -05:00 committed by GitHub
parent cca7277878
commit f3608dcb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
## Unreleased
* *breaking change* The wheel event now is of `WheelEventResult` rather `()`.
This provides information about the wheels motion beyond the fact that it merely moved.
## 0.5.2
* Update to use new dependent-sum/map packages and drop dependency on `*Tag` classes (e.g., `ShowTag`).