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 a6e7399 commit d6292adCopy full SHA for d6292ad
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.38.2 (2025-05-27)
4
+
5
+ * Bug fixes
6
+ * Render documents with hardcoded `<h2>`/`<h3>` entries correctly
7
+ * Fix padding on external links
8
9
## v0.38.1 (2025-05-12)
10
11
* Bug fixes
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.1"
+ @version "0.38.2"
def project do
[
0 commit comments