Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Dec 16, 2024
1 parent 43ceafa commit b489bb6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/source/changelog/0.19.0-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ the following contributors.
Pull requests merged
====================

A total of 102 pull requests were merged for this release.
A total of 105 pull requests were merged for this release.

Highlights
----------
Expand Down Expand Up @@ -249,6 +249,9 @@ Fixed bugs
* :pr:`3885`: Fixed :meth:`.OpenGLMobject.invert` not reassembling family


* :pr:`3951`: Call :meth:`.Animation.finish` for animations in an :class:`.AnimationGroup`


* :pr:`4013`: Fixed scene skipping for :attr:`ManimConfig.upto_animation_number` set to 0


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


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


* :pr:`3972`: Refining documentations for :mod:`.moving_camera_scene` module
* :pr:`3930`: Completely rework the installation instructions


* :pr:`3930`: Completely rework the installation instructions
* :pr:`3958`: Fix: ``.to_edge``'s example demonstration in docs


* :pr:`3972`: Refining documentations for :mod:`.moving_camera_scene` module


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


* :pr:`4038`: Fixed type hint of :meth:`.Scene.play` to allow :attr:`.Mobject.animate`


Internal Improvements and Automation
------------------------------------

Expand Down

0 comments on commit b489bb6

Please sign in to comment.