diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index aa97e872..2d327ba0 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -23,6 +23,7 @@ New features - Added a basic ``Prismify`` to turn a flat ``VMobject`` into something with depth (`#1764 `__) - Added ``GlowDots``, analogous to ``GlowDot`` (`#1764 `__) - Added ``TransformMatchingStrings`` which is compatible with ``Text`` and ``MTex`` (`#1772 `__) +- Added support for ``substring`` and ``case_sensitive`` parameters for ``LabelledString.get_parts_by_string`` (`#1780 `__) Refactor @@ -31,7 +32,7 @@ Refactor - Specifid UTF-8 encoding for tex files (`#1748 `__) - Refactored ``Text`` with the latest manimpango (`#1751 `__) - Reorganized getters for ``ParametricCurve`` (`#1757 `__) -- Refactored ``CameraFrame`` to use ``scipy.spatial.transform.Rotation `` (`#1764 `__) +- Refactored ``CameraFrame`` to use ``scipy.spatial.transform.Rotation`` (`#1764 `__) - Refactored rotation methods to use ``scipy.spatial.transform.Rotation`` (`#1764 `__) - Used ``stroke_color`` to init ``Arrow`` (`#1764 `__) - Refactored ``Mobject.set_rgba_array_by_color`` (`#1764 `__) @@ -43,6 +44,7 @@ Refactor - Refactored ``VCube`` (`#1770 `__) - Refactored ``Prism`` to receive ``width height depth`` instead of ``dimensions`` (`#1770 `__) - Refactored ``Text``, ``MarkupText`` and ``MTex`` based on ``LabelledString`` (`#1772 `__) +- Refactored ``LabelledString`` and relevant classes (`#1779 `__) v1.5.0