Skip to content

Commit 636b568

Browse files
committed
Release v0.28.6
1 parent a43392a commit 636b568

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## v0.28.5 (2022-08-18)
417

518
* Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-lang/ex_doc"
5-
@version "0.28.5"
5+
@version "0.28.6"
66

77
def project do
88
[

0 commit comments

Comments
 (0)