Skip to content

Commit b489bb6

Browse files
1 parent 43ceafa commit b489bb6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/source/changelog/0.19.0-changelog.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ the following contributors.
9494
Pull requests merged
9595
====================
9696

97-
A total of 102 pull requests were merged for this release.
97+
A total of 105 pull requests were merged for this release.
9898

9999
Highlights
100100
----------
@@ -249,6 +249,9 @@ Fixed bugs
249249
* :pr:`3885`: Fixed :meth:`.OpenGLMobject.invert` not reassembling family
250250

251251

252+
* :pr:`3951`: Call :meth:`.Animation.finish` for animations in an :class:`.AnimationGroup`
253+
254+
252255
* :pr:`4013`: Fixed scene skipping for :attr:`ManimConfig.upto_animation_number` set to 0
253256

254257

@@ -279,13 +282,16 @@ Documentation-related changes
279282
* :pr:`3878`: Fixed typehint in ``types.rst`` and replaced outdated reference to ``manim.typing.Image`` with :class:`manim.typing.PixelArray`
280283

281284

282-
* :pr:`3958`: Fix: ``.to_edge``'s example demonstration in docs
285+
* :pr:`3924`: Fix ``SyntaxWarning`` when building docs + use Python 3.13 for readthedocs build.
283286

284287

285-
* :pr:`3972`: Refining documentations for :mod:`.moving_camera_scene` module
288+
* :pr:`3930`: Completely rework the installation instructions
286289

287290

288-
* :pr:`3930`: Completely rework the installation instructions
291+
* :pr:`3958`: Fix: ``.to_edge``'s example demonstration in docs
292+
293+
294+
* :pr:`3972`: Refining documentations for :mod:`.moving_camera_scene` module
289295

290296

291297
* :pr:`4032`: Create 0.19.0-changelog
@@ -330,6 +336,9 @@ Type Hints
330336
* :pr:`4007`: Added typings to :mod:`manim.__main__`
331337

332338

339+
* :pr:`4038`: Fixed type hint of :meth:`.Scene.play` to allow :attr:`.Mobject.animate`
340+
341+
333342
Internal Improvements and Automation
334343
------------------------------------
335344

0 commit comments

Comments
 (0)