Skip to content

Commit 7e8bac4

Browse files
committed
Add change to changelog.rst
1 parent 89e8808 commit 7e8bac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Mobjects, Scenes, and Animations
6060
#. The :code:`Container` class has been made into an AbstractBaseClass, i.e. in cannot be instantiated. Instead, use one of its children classes
6161
#. The ``TextMobject`` and ``TexMobject`` objects have been deprecated, due to their confusing names, in favour of ``Tex`` and ``MathTex``. You can still, however, continue to use ``TextMobject`` and ``TexMobject``, albeit with Deprecation Warnings constantly reminding you to switch.
6262
#. Add a :code:`Variable` class for displaying text that continuously updates to reflect the value of a python variable.
63-
63+
#. :code:`VGroup` and :code:`VDict` now support printing the contained mobjects.
6464

6565

6666
Documentation

0 commit comments

Comments
 (0)