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 f89ee45 commit c2adeabCopy full SHA for c2adeab
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.38.0 (2025-05-09)
4
+
5
+ * Enhancements
6
+ * Allow listing outside URLs in extras
7
8
+ * Bug fixes
9
+ * Ensure some cases where `<`, `>`, `&` and in headers would appear as entities in the sidebar
10
+ * Fix outline caused by swup.js on Webkit based browsers
11
+ * Fix bugs when computing synopsis
12
+ * Automatically close the sidebar when navigating sections on mobile
13
14
## v0.37.3 (2025-03-06)
15
16
* 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.37.3"
+ @version "0.38.0"
def project do
[
0 commit comments