We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674b72f commit 3175839Copy full SHA for 3175839
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.34.2 (2024-07-08)
4
+
5
+ * Enhancements
6
+ * Allow anchors on function and callback autolinks
7
8
+ * Bug fixes
9
+ * Make module attributes searchable without leading @
10
+ * Make Mod.fun pairs searchable without the arity
11
+ * Do not emit warnings on unary plus in typespecs
12
+ * Add top margin to nested module prefix in sidebar
13
14
## v0.34.1 (2024-06-30)
15
16
* 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.34.1"
+ @version "0.34.2"
def project do
[
0 commit comments