Skip to content

Commit 9b27810

Browse files
authored
Move some CHANGELOG entries into 'Added' section (#2705)
1 parent 70f3e28 commit 9b27810

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## Unreleased
77

8-
### Changed
8+
### Added
99

10-
* Refactored `deploydocs` internals to allow dispatch on the `versions` keyword, intended as a non-public API for DocumenterVitepress which cannot use the default versioning mechanism during deployment ([#2695]).
1110
* Added anchor links to admonition blocks, making it possible to create direct links to specific admonitions. ([#2505], [#2676], [#2688])
12-
* Added different banners for dev and unreleased docs ([#2382], [#2682])
1311
* Added an API function `writer_supports_ansicolor` for a Documenter writer to indicate that it supports rendering ANSI-colored strings. This is useful for new backends that may be implemented. ([#2490])
1412
* Introduced the `deploy_repo` keyword argument for `deploydocs` to better support out-of-repo documentation deployments ([#2692])
1513

14+
### Changed
15+
16+
* Refactored `deploydocs` internals to allow dispatch on the `versions` keyword, intended as a non-public API for DocumenterVitepress which cannot use the default versioning mechanism during deployment ([#2695]).
17+
* Use different banners for dev and unreleased docs ([#2382], [#2682])
18+
1619
### Fixed
1720

1821
* In Julia v1.12, the queries used by `clear_module!` will now be versioned by world, allowing the deleting of bindings to work correctly. ([#2693])

0 commit comments

Comments
 (0)