From 91986c58e53149f73e786b1c1564be75463900a8 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 12 Jan 2024 18:22:02 +0000 Subject: [PATCH] Update CHANGELOG-v3.80.md --- changelog/3.80/CHANGELOG-v3.80.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/3.80/CHANGELOG-v3.80.md b/changelog/3.80/CHANGELOG-v3.80.md index 88720b50a..baeeebd23 100644 --- a/changelog/3.80/CHANGELOG-v3.80.md +++ b/changelog/3.80/CHANGELOG-v3.80.md @@ -14,6 +14,7 @@ * The `InputManager.onTouchMove` function has been fixed so it now correctly handles touch events on pages that have scrolled horizontally or vertically and shifted the viewport. Fix #6489 (thanks @somechris @hyewonjo) * `Factory.staticBody` had the wrong return type in the docs/TS defs. Fix #6693 (thanks @ddhaiby) +* The `Time.Timeline` class didn't show as extending the Event Emitter, or have `config` as an optional argument in the docs / TS defs. Fix #6673 (thanks @ghclark2) ## Examples, Documentation, Beta Testing and TypeScript