From 09ced7ce9ad2543098c1c6278fbe28accba5abef Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Thu, 23 Dec 2021 10:34:15 +0800 Subject: [PATCH] docs: update changelog for #1694 and #1697 --- docs/source/development/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/source/development/changelog.rst b/docs/source/development/changelog.rst index 8844ac9d..54d868f3 100644 --- a/docs/source/development/changelog.rst +++ b/docs/source/development/changelog.rst @@ -1,6 +1,22 @@ Changelog ========= +Unreleased +---------- + +Fixed bugs +^^^^^^^^^^ +- `f1996f8 `__: Temporarily fixed ``Lightbulb`` + +New Features +^^^^^^^^^^^^ +- `#1694 `__: Added option to add ticks on x-axis in ``BarChart`` + +Refactor +^^^^^^^^ +- `5aa8d15 `__: Used ``FFMPEG_BIN`` instead of ``"ffmpeg"`` for sound incorporation + + v1.3.0 ------