Skip to content

Commit c2adeab

Browse files
committed
Release v0.38.0
1 parent f89ee45 commit c2adeab

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## v0.37.3 (2025-03-06)
415

516
* Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-lang/ex_doc"
5-
@version "0.37.3"
5+
@version "0.38.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)