|
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 | +## Version [v1.11.3] - 2025-05-15 |
| 7 | + |
| 8 | +### Fixed |
| 9 | + |
| 10 | +* Fixed the handling of non-standard `versions` arguments of `deploydocs`. ([#2722]) |
| 11 | + |
6 | 12 | ## Version [v1.11.2] - 2025-05-14
|
7 | 13 |
|
8 | 14 | ### Fixed
|
9 | 15 |
|
10 |
| -* Fixed minor issue where `display` function was a Dict config key for KaTex vs. `:display` Symbol ([#2721]) |
| 16 | +* Fixed minor issue where `display` function was a Dict config key for KaTex vs. `:display` Symbol. ([#2721]) |
11 | 17 |
|
12 | 18 | ## Version [v1.11.1] - 2025-05-13
|
13 | 19 |
|
@@ -1512,6 +1518,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
1512 | 1518 | [v1.11.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.11.0
|
1513 | 1519 | [v1.11.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.11.1
|
1514 | 1520 | [v1.11.2]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.11.2
|
| 1521 | +[v1.11.3]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.11.3 |
1515 | 1522 | [#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198
|
1516 | 1523 | [#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245
|
1517 | 1524 | [#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487
|
@@ -2075,6 +2082,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
2075 | 2082 | [#2714]: https://github.com/JuliaDocs/Documenter.jl/issues/2714
|
2076 | 2083 | [#2717]: https://github.com/JuliaDocs/Documenter.jl/issues/2717
|
2077 | 2084 | [#2721]: https://github.com/JuliaDocs/Documenter.jl/issues/2721
|
| 2085 | +[#2722]: https://github.com/JuliaDocs/Documenter.jl/issues/2722 |
2078 | 2086 | [JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
|
2079 | 2087 | [JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
|
2080 | 2088 | [JuliaLang/julia#39841]: https://github.com/JuliaLang/julia/issues/39841
|
|
0 commit comments