Skip to content

Commit

Permalink
chore(docs): add explicit targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 20, 2023
1 parent 0322dae commit 6267641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -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`.
Expand Down

0 comments on commit 6267641

Please sign in to comment.