Skip to content

Commit 780aa1a

Browse files
authored
Merge pull request #603 from ManimCommunity/update_changelog
Added some missing information to changelog
2 parents 8b2e34d + 7841dd5 commit 780aa1a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/source/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ Config system
6464
#. Implement a :code:`manim.cfg` config file system, that consolidates the global configuration, the command line argument parsing, and some of the constants defined in :code:`constants.py`
6565
#. Added utilities for manipulating Manim’s :code:`.cfg` files.
6666
#. Added a subcommand structure for easier use of utilities managing :code:`.cfg` files
67+
#. Also some variables have been moved from ``constants.py`` to the new config system:
68+
69+
#. ``FRAME_HEIGHT`` to ``config["frame_width"]``
70+
#. ``TOP`` to ``config["frame_height"] / 2 * UP``
71+
#. ``BOTTOM`` to ``config["frame_height"] / 2 * DOWN``
72+
#. ``LEFT_SIDE`` to ``config["frame_width"] / 2 * LEFT``
73+
#. ``RIGHT_SIDE`` to ``config["frame_width"] / 2 * RIGHT``
74+
#. ``self.camera.frame_rate`` to ``config["frame_rate"]``
75+
76+
6777

6878

6979
Mobjects, Scenes, and Animations
@@ -72,6 +82,7 @@ Mobjects, Scenes, and Animations
7282
#. Add customizable left and right bracket for :code:`Matrix` mobject and :code:`set_row_colors` method for matrix mobject
7383
#. Add :code:`AddTeXLetterByLetter` animation
7484
#. Enhanced GraphScene
85+
7586
#. You can now add arrow tips to axes
7687
#. extend axes a bit at the start and/or end
7788
#. have invisible axes

docs/source/examples/shapes_images_positions.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Shapes, Images and Positions
1414
s.next_to(c, LEFT)
1515
t.next_to(c, DOWN)
1616
self.add(d, c, s, t)
17-
self.wait(1)
1817

1918
.. manim:: Example1ImageFromArray
2019
:save_last_frame:

0 commit comments

Comments
 (0)