From 2d2a855175b062e98711d08baa35300d1b098bdd Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Mon, 23 Mar 2020 11:13:20 +1300 Subject: [PATCH] Changelog for 0.24.7 (#1266) * Update CHANGELOG.md * Set version to 0.24.7 --- CHANGELOG.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3debf31d6..ce7c31971d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Documenter.jl changelog +## Version `v0.24.7` + +* ![Bugfix][badge-bugfix] Remove `only`, a new export from `Base` on Julia 1.4, from the JS search filter. ([#1264][github-1264]) + ## Version `v0.24.6` * ![Enhancement][badge-enhancement] Reorganize some of the internal variables in Documenter's Sass sources, to make it easier to create custom themes on top of the Documenter base theme. ([#1258][github-1258]) @@ -518,6 +522,7 @@ [github-1223]: https://github.com/JuliaDocs/Documenter.jl/pull/1223 [github-1232]: https://github.com/JuliaDocs/Documenter.jl/pull/1232 [github-1258]: https://github.com/JuliaDocs/Documenter.jl/pull/1258 +[github-1264]: https://github.com/JuliaDocs/Documenter.jl/pull/1264 [documenterlatex]: https://github.com/JuliaDocs/DocumenterLaTeX.jl [documentermarkdown]: https://github.com/JuliaDocs/DocumenterMarkdown.jl diff --git a/Project.toml b/Project.toml index 9a537d2400..467cf69a6f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Documenter" uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -version = "0.24.6" +version = "0.24.7" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"