File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.28.6 (2022-10-13)
4
+
5
+ * Enhancements
6
+ * Add Elixir special punctuation ! and ? to natural sort
7
+ * Add night mode to settings pane
8
+ * Support --proglang in mix docs
9
+ * Save sidebar state per session
10
+ * Distinguish output code blocks in Livebooks
11
+
12
+ * Bug fixes
13
+ * Prevent sidebar button scrolling out of view
14
+ * Prevent unreadable text when using inline code with admonition headers
15
+
3
16
## v0.28.5 (2022-08-18)
4
17
5
18
* Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixir-lang/ex_doc"
5
- @ version "0.28.5 "
5
+ @ version "0.28.6 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments