Skip to content

Commit 576cdcf

Browse files
authored
Fix changelog entries for 1.10.2 (#2686)
1 parent 3684e46 commit 576cdcf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
* Added anchor links to admonition blocks, making it possible to create direct links to specific admonitions. ([#2505], [#2676])
1111
* Added different banners for dev and unreleased docs ([#2382], [#2682])
1212

13+
## Version [v1.10.2] - 2025-04-25
14+
1315
### Fixed
1416

1517
* `@meta`, `@setup`, and `@docs` blocks no longer generate spurious entries in the search index. ([#1929], [#2675])
16-
* Fixed a performance regression introduced in v1.10.0 as part of the code clearing out the sandbox modules to save memory and caused by calling `GC.gc()` too often.
18+
* Fixed a performance regression introduced in v1.10.0 as part of the code clearing out the sandbox modules to save memory and caused by calling `GC.gc()` too often. ([#2685])
1719

1820
## Version [v1.10.1] - 2025-03-31
1921

@@ -1474,6 +1476,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14741476
[v1.8.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.8.1
14751477
[v1.9.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.9.0
14761478
[v1.10.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.10.0
1479+
[v1.10.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.10.1
1480+
[v1.10.2]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.10.2
14771481
[#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198
14781482
[#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245
14791483
[#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487
@@ -1843,6 +1847,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18431847
[#1912]: https://github.com/JuliaDocs/Documenter.jl/issues/1912
18441848
[#1919]: https://github.com/JuliaDocs/Documenter.jl/issues/1919
18451849
[#1924]: https://github.com/JuliaDocs/Documenter.jl/issues/1924
1850+
[#1929]: https://github.com/JuliaDocs/Documenter.jl/issues/1929
18461851
[#1930]: https://github.com/JuliaDocs/Documenter.jl/issues/1930
18471852
[#1931]: https://github.com/JuliaDocs/Documenter.jl/issues/1931
18481853
[#1932]: https://github.com/JuliaDocs/Documenter.jl/issues/1932
@@ -1956,6 +1961,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19561961
[#2374]: https://github.com/JuliaDocs/Documenter.jl/issues/2374
19571962
[#2375]: https://github.com/JuliaDocs/Documenter.jl/issues/2375
19581963
[#2378]: https://github.com/JuliaDocs/Documenter.jl/issues/2378
1964+
[#2382]: https://github.com/JuliaDocs/Documenter.jl/issues/2382
19591965
[#2394]: https://github.com/JuliaDocs/Documenter.jl/issues/2394
19601966
[#2399]: https://github.com/JuliaDocs/Documenter.jl/issues/2399
19611967
[#2406]: https://github.com/JuliaDocs/Documenter.jl/issues/2406
@@ -1980,6 +1986,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19801986
[#2496]: https://github.com/JuliaDocs/Documenter.jl/issues/2496
19811987
[#2497]: https://github.com/JuliaDocs/Documenter.jl/issues/2497
19821988
[#2499]: https://github.com/JuliaDocs/Documenter.jl/issues/2499
1989+
[#2505]: https://github.com/JuliaDocs/Documenter.jl/issues/2505
19831990
[#2511]: https://github.com/JuliaDocs/Documenter.jl/issues/2511
19841991
[#2513]: https://github.com/JuliaDocs/Documenter.jl/issues/2513
19851992
[#2514]: https://github.com/JuliaDocs/Documenter.jl/issues/2514
@@ -2018,6 +2025,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20182025
[#2659]: https://github.com/JuliaDocs/Documenter.jl/issues/2659
20192026
[#2662]: https://github.com/JuliaDocs/Documenter.jl/issues/2662
20202027
[#2674]: https://github.com/JuliaDocs/Documenter.jl/issues/2674
2028+
[#2675]: https://github.com/JuliaDocs/Documenter.jl/issues/2675
2029+
[#2676]: https://github.com/JuliaDocs/Documenter.jl/issues/2676
2030+
[#2682]: https://github.com/JuliaDocs/Documenter.jl/issues/2682
2031+
[#2685]: https://github.com/JuliaDocs/Documenter.jl/issues/2685
20212032
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
20222033
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
20232034
[JuliaLang/julia#39841]: https://github.com/JuliaLang/julia/issues/39841

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Documenter"
22
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
version = "1.10.1"
3+
version = "1.11.0-DEV"
44

55
[deps]
66
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"

0 commit comments

Comments
 (0)