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 b620c68 commit 38efd29Copy full SHA for 38efd29
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.25.1 (2021-08-02)
4
+
5
+ * Enhancements
6
+ * Group callbacks
7
+ * Use shell lexer for code blocks with no language and starting with `$ `
8
9
+ * Bug fixes
10
+ * Fix generating type signatures with maps
11
+ * Skip Erlang modules that have empty docs
12
+ * Skip Erlang functions that have empty docs
13
+ * Fix accidentally showing shape of opaque types
14
15
## v0.25.0 (2021-07-20)
16
17
* Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.25.0"
+ @version "0.25.1"
def project do
[
0 commit comments