We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46df46e commit d152fe9Copy full SHA for d152fe9
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## v0.28.3 (2022-03-23)
15
16
* Enhacements
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.28.3"
+ @version "0.28.4"
def project do
[
0 commit comments