Skip to content

Commit c868c6a

Browse files
committed
Release v0.40.2
1 parent b9cc372 commit c868c6a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.40.2 (2026-05-08)
4+
5+
* Bug fixes
6+
* Add `rel="nofollow"` to external links in HTML output
7+
* Use blockquote in `llms.txt` description
8+
* Void elements in `epub`, such `wbr`, must be terminated by the matching end-tag
9+
* Fix content container scrolling in older versions of Safari
10+
* Skip HTML comments when computing synopsis
11+
* Fix markdown backend code fence language and opaque type display
12+
* Fix false positive warning when linking to asset files
13+
* Prevent `#search` selector from impacting user content
14+
* Raise on extras that conflict with reserved filenames
15+
* Fix styling of admonition blocks
16+
317
## v0.40.1 (2026-01-31)
418

519
* Enhancements

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.40.1"
5+
@version "0.40.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)