Skip to content

Commit 6267641

Browse files
committed
chore(docs): add explicit targets
1 parent 0322dae commit 6267641

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pull requests.
1515

1616
In an effort to better document changes, this CHANGELOG document is now created.
1717

18+
(v5-added)=
1819
### Added
1920

2021
- 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.
4344
Calling `next_slide` will never fail anymore.
4445
[#294](https://github.com/jeertmans/manim-slides/pull/294)
4546

47+
(v5-changed)=
4648
### Changed
4749

4850
- 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.
8385
and defaults to the currently imported module, with a preference for `manim`.
8486
[#285](https://github.com/jeertmans/manim-slides/pull/285)
8587

88+
(v5-fixed)=
8689
### Fixed
8790

8891
- 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.
9699
`manim convert`'s destination path.
97100
[#262](https://github.com/jeertmans/manim-slides/pull/262)
98101

102+
(v5-removed)=
99103
### Removed
100104

101105
- Removed `--start-at-animation-number` option from `manim-slides present`.

0 commit comments

Comments
 (0)