diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index cf18e9e6..f8cb32b0 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -1,14 +1,23 @@ Changelog ========= -Unreleased ----------- +v1.4.1 +------ + +Fixed bugs +^^^^^^^^^^ +- `#1724 `__: Temporarily fixed boolean operations' bug +- `d2e0811 `__: Import ``Iterable`` from ``collections.abc`` instead of ``collections`` which is deprecated since python 3.9 + +v1.4.0 +------ Fixed bugs ^^^^^^^^^^ - `f1996f8 `__: Temporarily fixed ``Lightbulb`` - `#1712 `__: Fixed some bugs of ``SVGMobject`` - `#1717 `__: Fixed some bugs of SVG path string parser +- `#1720 `__: Fixed some bugs of ``MTex`` New Features ^^^^^^^^^^^^ @@ -16,6 +25,8 @@ New Features - `#1704 `__: Added ``lable_buff`` config parameter for ``Brace`` - `#1712 `__: Added support for ``rotate skewX skewY`` transform in SVG - `#1717 `__: Added style support to ``SVGMobject`` +- `#1719 `__: Added parser to