Skip to content

Commit a39c0c8

Browse files
committed
Update CHANGELOG.md
1 parent 520e2e6 commit a39c0c8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ The following changes took place in the Pointer class:
5050
* `Pointer.justMoved` has been removed as it's not used internally and makes no sense under the DOM event system.
5151
* The `Pointer.reset` method has been removed as it's no longer required internally.
5252

53+
#### Input System Bug Fixes
5354

55+
* Calling `setPollAlways()` would cause the `'pointerdown'` event to fire multiple times. Fix #4541 (thanks @Neyromantik)
56+
* The pointer events were intermittently not registered, causing `pointerup` to often fail. Fix #4538 (thanks @paulsymphony)
57+
* Due to a regression in 3.16 the drag events were not performing as fast as before, causing drags to feel lagged. Fix #4500 (thanks @aliblong)
5458

5559
### New Features
5660

0 commit comments

Comments
 (0)