Skip to content

Commit d379aa6

Browse files
committed
added some changes to changelog
1 parent 2289376 commit d379aa6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ Config system
4040
#. 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`
4141
#. Added utilities for manipulating Manim’s :code:`.cfg` files.
4242
#. Added a subcommand structure for easier use of utilities managing :code:`.cfg` files
43+
#. Added utilities for manipulating Manim’s :code:`.cfg` files.
44+
#. Added a subcommand structure for easier use of utilities managing :code:`.cfg` files #. Added a subcommand structure for easier use of utilities managing :code:`.cfg` files
45+
#. Also some Variables changed to the new config system:
46+
#. `FRAME_HEIGHT` to `config["frame_width"]`
47+
#. `TOP` to `config["frame_height"] / 2 * UP`
48+
#. `BOTTOM` to `config["frame_height"] / 2 * DOWN`
49+
#. `LEFT_SIDE` to `config["frame_width"] / 2 * LEFT`
50+
#. `RIGHT_SIDE` to `config["frame_width"] / 2 * RIGHT`
51+
#. `self.camera.frame_rate` to `config["frame_rate"]`
52+
53+
4354

4455

4556
Mobjects, Scenes, and Animations

0 commit comments

Comments
 (0)