You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## v4.6.3 - 2022-01-10
4
+
5
+
**Fixes**
6
+
7
+
* Fixed Echo version number in greeting message which was not incremented to `4.6.2`[#2066](https://github.com/labstack/echo/issues/2066)
8
+
9
+
10
+
## v4.6.2 - 2022-01-08
11
+
12
+
**Fixes**
13
+
14
+
* Fixed route containing escaped colon should be matchable but is not matched to request path [#2047](https://github.com/labstack/echo/pull/2047)
15
+
* Fixed a problem that returned wrong content-encoding when the gzip compressed content was empty. [#1921](https://github.com/labstack/echo/pull/1921)
0 commit comments