From 1d14a23af9f25486eab831e797820bc942d24407 Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Thu, 27 Jan 2022 22:21:40 +0800 Subject: [PATCH] docs: update changelog for #1712 #1717 and #1716 --- docs/source/development/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index 21cfd463..cf18e9e6 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -7,16 +7,23 @@ Unreleased Fixed bugs ^^^^^^^^^^ - `f1996f8 `__: Temporarily fixed ``Lightbulb`` +- `#1712 `__: Fixed some bugs of ``SVGMobject`` +- `#1717 `__: Fixed some bugs of SVG path string parser New Features ^^^^^^^^^^^^ - `#1694 `__: Added option to add ticks on x-axis in ``BarChart`` - `#1704 `__: Added ``lable_buff`` config parameter for ``Brace`` +- `#1712 `__: Added support for ``rotate skewX skewY`` transform in SVG +- `#1717 `__: Added style support to ``SVGMobject`` Refactor ^^^^^^^^ - `5aa8d15 `__: Used ``FFMPEG_BIN`` instead of ``"ffmpeg"`` for sound incorporation - `#1709 `__: Decorated ``CoordinateSystem.get_axes`` and ``.get_all_ranges`` as abstract method +- `#1712 `__: Refactored SVG path string parser +- `#1712 `__: Allowed ``Mobject.scale`` to receive iterable ``scale_factor`` +- `#1716 `__: Refactored ``MTex`` v1.3.0