Skip to content

Commit e54c4e7

Browse files
committed
Update CHANGELOG
1 parent 64521e7 commit e54c4e7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v0.34.1 (2024-06-30)
4+
5+
* Enhancements
6+
* Add a `v` shortcut to open/focus the version select
7+
* Compatibility fixes for Elixir v1.17 and Erlang/OTP 27+
8+
9+
* Bug fixes
10+
* Do not crash on unknown media types in assets during EPUB generation
11+
* Fix slight shift on search bar input during focus
12+
* Avoid unwanted showing/hiding of search bar on mobile when scrolling
13+
314
## v0.34.0 (2024-05-30)
415

516
This release requires Elixir v1.13.

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.34.0"
5+
@version "0.34.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)