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 c9548ee commit 32bfa72Copy full SHA for 32bfa72
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.38.4 (2025-09-09)
4
+
5
+ * Bug fixes
6
+ * Fix escaping of links when they have ampersand in them
7
+ * Increase spacing of footers in pages
8
+ * Align stale icon positioning
9
10
## v0.38.3 (2025-08-17)
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.38.3"
+ @version "0.38.4"
def project do
[
0 commit comments