Skip to content

Commit

Permalink
Release v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 19, 2024
1 parent 05296c1 commit 441e75f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changelog

## HEAD
## v0.35.0 (2024-11-19)

* Enhancements
* Store `proglang` in `searchdata.js`
* Allow searching for atoms inside backticks
* Add support for nominal types from Elang/OTP 28
* Support a new `:redirects` option which allows configuring redirects in the sidebar
* Improve warning when referencing type from a private module
* Rename "Search HexDocs package" modal to "Go to package docs". Support built-in Erlang/OTP
apps.
* Rename "Search HexDocs package" modal to "Go to package docs"
* Support built-in Erlang/OTP apps in "Go to package docs"

* Bug fixes
* Switch anchor `title` to `aria-label`
* Convert admonition blockquotes to sections for screen reader users
* Fix code copy buttons within tabsets

## v0.34.2 (2024-07-08)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-lang/ex_doc"
@version "0.35.0-dev"
@version "0.35.0"

def project do
[
Expand Down

0 comments on commit 441e75f

Please sign in to comment.