We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f63c3 commit 8ad2230Copy full SHA for 8ad2230
1 file changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
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
17
## v4.9.0 - 2022-09-04
18
19
**Security**
0 commit comments