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 3ec9a23 commit c0f0773Copy full SHA for c0f0773
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