From 626764146a7135712c67970bef931992990f05cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 20 Oct 2023 09:26:08 +0200 Subject: [PATCH] chore(docs): add explicit targets --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c090f43..5672a460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ pull requests. In an effort to better document changes, this CHANGELOG document is now created. +(v5-added)= ### Added - Added the following option aliases to `manim-slides present`: @@ -43,6 +44,7 @@ In an effort to better document changes, this CHANGELOG document is now created. Calling `next_slide` will never fail anymore. [#294](https://github.com/jeertmans/manim-slides/pull/294) +(v5-changed)= ### Changed - Automatically concatenate all animations from a slide into one. @@ -83,6 +85,7 @@ In an effort to better document changes, this CHANGELOG document is now created. and defaults to the currently imported module, with a preference for `manim`. [#285](https://github.com/jeertmans/manim-slides/pull/285) +(v5-fixed)= ### Fixed - Patched enums in `manim_slides/convert.py` to correctly call `str`'s @@ -96,6 +99,7 @@ In an effort to better document changes, this CHANGELOG document is now created. `manim convert`'s destination path. [#262](https://github.com/jeertmans/manim-slides/pull/262) +(v5-removed)= ### Removed - Removed `--start-at-animation-number` option from `manim-slides present`.