We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845ee83 commit 9d74e8bCopy full SHA for 9d74e8b
docs/source/development/changelog.rst
@@ -1,6 +1,20 @@
1
Changelog
2
=========
3
4
+Unreleased
5
+----------
6
+
7
+Fixed bugs
8
+^^^^^^^^^^
9
+- Fixed the bug of ``MTex`` with multi-line tex string (`#1785 <https://github.com/3b1b/manim/pull/1785>`__)
10
+- Fixed ``interpolate`` (`#1788 <https://github.com/3b1b/manim/pull/1788>`__)
11
+- Fixed ``ImageMobject`` (`#1791 <https://github.com/3b1b/manim/pull/1791>`__)
12
13
+Refactor
14
+^^^^^^^^
15
+- Added ``\overset`` as a special string in ``Tex`` (`#1783 <https://github.com/3b1b/manim/pull/1783>`__)
16
+- Added ``outer_interpolate`` to perform interpolation using ``np.outer`` on arrays (`#1788 <https://github.com/3b1b/manim/pull/1788>`__)
17
18
v1.6.0
19
------
20
0 commit comments