We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97dc39 commit ed0ffcdCopy full SHA for ed0ffcd
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.32.2 (2024-05-10)
4
+
5
+ * Enhancements
6
+ * Allow the modal to close when we click outside the modal content
7
8
+ * Bug fixes
9
+ * Fix indentation of -spec/-type in Erlang
10
+ * Fix Mix task autolink for tasks with underscores
11
+ * Avoid conflicts between custom headers with tooltips/modals
12
13
## v0.32.1 (2024-04-12)
14
15
* Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-lang/ex_doc"
- @version "0.32.1"
+ @version "0.32.2"
def project do
[
0 commit comments