File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## HEAD
3+ ## v0.35.0 (2024-11-19)
44
55 * Enhancements
6+ * Store ` proglang ` in ` searchdata.js `
7+ * Allow searching for atoms inside backticks
8+ * Add support for nominal types from Elang/OTP 28
9+ * Support a new ` :redirects ` option which allows configuring redirects in the sidebar
610 * Improve warning when referencing type from a private module
7- * Rename "Search HexDocs package" modal to "Go to package docs". Support built-in Erlang/OTP
8- apps.
11+ * Rename "Search HexDocs package" modal to "Go to package docs"
12+ * Support built-in Erlang/OTP apps in "Go to package docs"
913
1014 * Bug fixes
1115 * Switch anchor ` title ` to ` aria-label `
1216 * Convert admonition blockquotes to sections for screen reader users
17+ * Fix code copy buttons within tabsets
1318
1419## v0.34.2 (2024-07-08)
1520
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.35.0-dev "
5+ @ version "0.35.0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments