From dffa70ea1559190eb697d081151f57a271190101 Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Thu, 27 Jan 2022 22:09:57 +0800 Subject: [PATCH] docs: update changelog for #1704 and #1709 --- docs/source/development/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index 54d868f3..21cfd463 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -11,10 +11,12 @@ Fixed bugs New Features ^^^^^^^^^^^^ - `#1694 `__: Added option to add ticks on x-axis in ``BarChart`` +- `#1704 `__: Added ``lable_buff`` config parameter for ``Brace`` Refactor ^^^^^^^^ - `5aa8d15 `__: Used ``FFMPEG_BIN`` instead of ``"ffmpeg"`` for sound incorporation +- `#1709 `__: Decorated ``CoordinateSystem.get_axes`` and ``.get_all_ranges`` as abstract method v1.3.0