We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a2412 commit 344026cCopy full SHA for 344026c
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Changelog
2
3
-## v0.37.0-rc.0 (2025-01-25)
+## v0.37.0-rc.1 (2025-01-28)
4
5
Thank you to @liamcmitchell and @hichemfantar for the extensive contributions in this new release.
6
7
* Enhancements
8
+ * Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation
9
* Considerably improve page loading times in the browser
10
* Allow customizing `search_data` for extra pages
11
* Use native style for scroll bars
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.37.0-rc.0"
+ @version "0.37.0-rc.1"
def project do
[
0 commit comments