File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
17
## v4.9.0 - 2022-09-04
4
18
5
19
** Security**
You can’t perform that action at this time.
0 commit comments