File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## HEAD
3
+ ## v0.35.0 (2024-11-19)
4
4
5
5
* 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
6
10
* 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"
9
13
10
14
* Bug fixes
11
15
* Switch anchor ` title ` to ` aria-label `
12
16
* Convert admonition blockquotes to sections for screen reader users
17
+ * Fix code copy buttons within tabsets
13
18
14
19
## v0.34.2 (2024-07-08)
15
20
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixir-lang/ex_doc"
5
- @ version "0.35.0-dev "
5
+ @ version "0.35.0"
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments