docs: update changelog for #1783 #1785 #1788 #1791

This commit is contained in:
TonyCrane 2022-04-13 10:34:59 +08:00
parent 845ee83f71
commit 9d74e8bce3
No known key found for this signature in database
GPG key ID: 2313A5058A9C637C

View file

@ -1,6 +1,20 @@
Changelog
=========
Unreleased
----------
Fixed bugs
^^^^^^^^^^
- Fixed the bug of ``MTex`` with multi-line tex string (`#1785 <https://github.com/3b1b/manim/pull/1785>`__)
- Fixed ``interpolate`` (`#1788 <https://github.com/3b1b/manim/pull/1788>`__)
- Fixed ``ImageMobject`` (`#1791 <https://github.com/3b1b/manim/pull/1791>`__)
Refactor
^^^^^^^^
- Added ``\overset`` as a special string in ``Tex`` (`#1783 <https://github.com/3b1b/manim/pull/1783>`__)
- Added ``outer_interpolate`` to perform interpolation using ``np.outer`` on arrays (`#1788 <https://github.com/3b1b/manim/pull/1788>`__)
v1.6.0
------