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 5bb6c18 commit 33b1ffcCopy full SHA for 33b1ffc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.39.1 (2025-10-23)
4
+
5
+ * Bug fixes
6
+ * Improve box-shadow around autocompletion
7
+ * Trim search engine selector on small screens
8
+ * Fix admonition titles on small screens
9
10
## v0.39.0 (2025-10-23)
11
12
* Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.39.0"
+ @version "0.39.1"
def project do
[
0 commit comments