We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e86d63 commit 04568aaCopy full SHA for 04568aa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.29.4 (2023-03-29)
4
+
5
+ * Bug fixes
6
+ * Fix sidebar element with no children taking additional padding
7
+ * Fix elements being rendered too thick on macOS
8
+ * Fix rendering of HTML elements inside tooltips
9
10
## v0.29.3 (2023-03-17)
11
12
* 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.29.3"
+ @version "0.29.4"
def project do
[
0 commit comments