diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index ab56b0325e..a6b766e9a5 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -1,6 +1,20 @@ Changelog ========= +Unreleased +---------- + +Fixed bugs +^^^^^^^^^^ +- Fixed the bug of ``MTex`` with multi-line tex string (`#1785 `__) +- Fixed ``interpolate`` (`#1788 `__) +- Fixed ``ImageMobject`` (`#1791 `__) + +Refactor +^^^^^^^^ +- Added ``\overset`` as a special string in ``Tex`` (`#1783 `__) +- Added ``outer_interpolate`` to perform interpolation using ``np.outer`` on arrays (`#1788 `__) + v1.6.0 ------