Skip to content

Commit dff085e

Browse files
committed
Describe feature in changelog.rst
1 parent efd5bea commit dff085e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Mobjects, Scenes, and Animations
6262
#. Add a :code:`Variable` class for displaying text that continuously updates to reflect the value of a python variable.
6363
#. The ``Tex`` and ``MathTex`` objects allow you to specify a custom TexTemplate using the ``template`` keyword argument.
6464
#. :code:`VGroup` now supports printing the class names of contained mobjects and :code:`VDict` supports printing the internal dict of mobjects
65+
#. :code:`ValueTracker` now supports increment using the `+=` operator (in addition to the already existing `increment_value` method)
6566

6667

6768
Documentation

0 commit comments

Comments
 (0)