From 1ec86eff41df33010eff98e9eb85ef2f4d9c732f Mon Sep 17 00:00:00 2001 From: JasonGrace2282 Date: Tue, 3 Dec 2024 09:10:36 -0500 Subject: [PATCH] Add #4039 --- docs/source/changelog/0.19.0-changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog/0.19.0-changelog.rst b/docs/source/changelog/0.19.0-changelog.rst index 02b001ee64..b83afbbec0 100644 --- a/docs/source/changelog/0.19.0-changelog.rst +++ b/docs/source/changelog/0.19.0-changelog.rst @@ -73,7 +73,7 @@ the following contributors. Pull requests merged ==================== -A total of 98 pull requests were merged for this release. +A total of 99 pull requests were merged for this release. Highlights ---------- @@ -130,6 +130,9 @@ New features * :pr:`3997`: Add a time property to scene (:attr:`.Scene.time`) +* :pr:`4039`: Added the ``delay`` parameter to :func:`.turn_animation_into_updater`. + + Enhancements ------------