Skip to content

Commit 1439375

Browse files
committed
Release v0.29.1
1 parent e4ae7ce commit 1439375

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.29.1 (2022-11-21)
4+
5+
* Enhancements
6+
* Add optional function annotations
7+
* Support media print on stylesheets
8+
* Add download ePub link to footer
9+
* Support extras for Erlang
10+
* Add tooltip to functions on sidebar
11+
* Disable spellcheck and autocorrect on search input
12+
13+
* Bug fix
14+
* Special handle functions called `record/*` in Erlang
15+
16+
* Deprecations
17+
* Rename `:groups_for_functions` to `:groups_for_docs`
18+
319
## v0.29.0 (2022-10-19)
420

521
* Enhancements

formatters/html/dist/html-elixir-67X6BRTX.css renamed to formatters/html/dist/html-elixir-V2ETBPMB.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-erlang-ABH7KCP3.css renamed to formatters/html/dist/html-erlang-6FXMBT73.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mix/tasks/docs.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ defmodule Mix.Tasks.Docs do
6161
be a keyword list or a function returning a keyword list that will
6262
be lazily executed.
6363
64+
* `:annotations_for_docs` - a function that receives metadata and returns a list
65+
of annotations to be added to the signature.
66+
6467
* `:api_reference` - Whether to generate `api-reference.html`; default: `true`.
6568
If this is set to false, `:main` must also be set.
6669

mix.exs

Lines changed: 1 addition & 1 deletion
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.29.0"
5+
@version "0.29.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)