Update CHANGELOG.md

This commit is contained in:
Pauan 2022-05-04 03:24:41 +02:00 committed by GitHub
parent fbeeac563b
commit f98db04ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
## UNRELEASED
* Adding in `submit` event.
* Adding in `touchstart`, `touchmove`, `touchend`, and `touchcancel` events.
## 0.5.24 - (2022-04-12)
* Adding in `AnimationStart`, `AnimationIteration`, `AnimationCancel`, `AnimationEnd`, `FocusIn`, `FocusOut`, and `Wheel` events.
* Adding in numerous `Pointer*` events.