Skip to content

Commit 8ad2230

Browse files
committed
Changelog for v4.9.1
1 parent 56f63c3 commit 8ad2230

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

3+
## v4.9.1 - 2022-10-12
4+
5+
**Fixes**
6+
7+
* Fix logger panicing (when template is set to empty) by bumping dependency version [#2295](https://github.com/labstack/echo/issues/2295)
8+
9+
**Enhancements**
10+
11+
* Improve CORS documentation [#2272](https://github.com/labstack/echo/pull/2272)
12+
* Update readme about supported Go versions [#2291](https://github.com/labstack/echo/pull/2291)
13+
* Tests: improve error handling on closing body [#2254](https://github.com/labstack/echo/pull/2254)
14+
* Tests: refactor some of the assertions in tests [#2275](https://github.com/labstack/echo/pull/2275)
15+
* Tests: refactor assertions [#2301](https://github.com/labstack/echo/pull/2301)
16+
317
## v4.9.0 - 2022-09-04
418

519
**Security**

0 commit comments

Comments
 (0)