File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.39.0 (2025-10-23)
4+
5+ * Enhancements
6+ * Allow custom search engines to be configured with support for ` https://hexdocs.pm `
7+ * Improve admonition blocks so they better integrate with the page flow
8+ * Bug fixes
9+ * Add .cheatmd to EPUB to avoid broken links
10+ * Backwards incompatible changes
11+ * Validate : extras fields: if you were previously setting them to unexpected values, you may now get an exception
12+ * Setting ` exdoc:full-text-search-url ` metadata is no longer supported, using the new search engines configuration
13+
314## v0.38.4 (2025-09-09)
415
516 * Bug fixes
Original file line number Diff line number Diff 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.38.4 "
5+ @ version "0.39.0 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments