Skip to content

Commit d152fe9

Browse files
committed
Release v0.28.4
1 parent 46df46e commit d152fe9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v0.28.4 (2022-04-28)
4+
5+
* Enhancements
6+
* Add a toast when changing theme via keyboard
7+
* Automatically convert `.livemd` links to `.html` ones
8+
* Show programming language in HTML footer
9+
10+
* Bug fixes
11+
* Properly escape `%/2` special form
12+
* Improve ranking of exact-matching modules in search
13+
314
## v0.28.3 (2022-03-23)
415

516
* Enhacements

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.28.3"
5+
@version "0.28.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)