Skip to content

Commit 441e75f

Browse files
committed
Release v0.35.0
1 parent 05296c1 commit 441e75f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
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

mix.exs

+1-1
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.35.0-dev"
5+
@version "0.35.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)