|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
4 | 4 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
5 | 5 |
|
6 | | -## Unreleased |
7 | | - |
8 | | -### Changed |
9 | | - |
10 | | -* The `-g` is now passed to `curl` when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example `[`, `{`, `&` or `?`. ([#2839], [#2842]) |
| 6 | +## Version [v1.16.1] - 2025-11-21 |
11 | 7 |
|
12 | 8 | ### Fixed |
13 | 9 |
|
| 10 | +* The `-g` is now passed to `curl` when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example `[`, `{`, `&` or `?`. ([#2839], [#2842]) |
14 | 11 | * Fixed insufficient paragraph spacing in HTML output for `@docs` blocks. ([#2845, #2847]) |
15 | 12 | * Don't expand `details` admonition by default. ([#2846, #2847]) |
16 | 13 | * Removed superfluous vertical space at end of `@docs` blocks. ([#2849]) |
@@ -1616,6 +1613,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
1616 | 1613 | [v1.14.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.14.1 |
1617 | 1614 | [v1.15.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.15.0 |
1618 | 1615 | [v1.16.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.16.0 |
| 1616 | +[v1.16.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.16.1 |
1619 | 1617 | [#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198 |
1620 | 1618 | [#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245 |
1621 | 1619 | [#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487 |
@@ -2227,9 +2225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
2227 | 2225 | [#2816]: https://github.com/JuliaDocs/Documenter.jl/issues/2816 |
2228 | 2226 | [#2817]: https://github.com/JuliaDocs/Documenter.jl/issues/2817 |
2229 | 2227 | [#2827]: https://github.com/JuliaDocs/Documenter.jl/issues/2827 |
2230 | | -[#2845]: https://github.com/JuliaDocs/Documenter.jl/issues/2845 |
2231 | | -[#2846]: https://github.com/JuliaDocs/Documenter.jl/issues/2846 |
2232 | | -[#2847]: https://github.com/JuliaDocs/Documenter.jl/issues/2847 |
| 2228 | +[#2839]: https://github.com/JuliaDocs/Documenter.jl/issues/2839 |
| 2229 | +[#2842]: https://github.com/JuliaDocs/Documenter.jl/issues/2842 |
2233 | 2230 | [JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953 |
2234 | 2231 | [JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054 |
2235 | 2232 | [JuliaLang/julia#39841]: https://github.com/JuliaLang/julia/issues/39841 |
|
0 commit comments