mirror of
https://github.com/labstack/echo.git
synced 2025-01-26 03:20:08 +02:00
Update version and changelog for 4.7.1
This commit is contained in:
parent
54efc3850d
commit
b445958c3c
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v4.7.1 - 2022-03-13
|
||||||
|
|
||||||
|
**Fixes**
|
||||||
|
|
||||||
|
* Fix `e.Static`, `.File()`, `c.Attachment()` being picky with paths starting with `./`, `../` and `/` after 4.7.0 introduced echo.Filesystem support (Go1.16+) [#2123](https://github.com/labstack/echo/pull/2123)
|
||||||
|
|
||||||
|
**Enhancements**
|
||||||
|
|
||||||
|
* Remove some unused code [#2116](https://github.com/labstack/echo/pull/2116)
|
||||||
|
|
||||||
|
|
||||||
## v4.7.0 - 2022-03-01
|
## v4.7.0 - 2022-03-01
|
||||||
|
|
||||||
**Enhancements**
|
**Enhancements**
|
||||||
|
2
echo.go
2
echo.go
@ -246,7 +246,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version of Echo
|
// Version of Echo
|
||||||
Version = "4.7.0"
|
Version = "4.7.1"
|
||||||
website = "https://echo.labstack.com"
|
website = "https://echo.labstack.com"
|
||||||
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
||||||
banner = `
|
banner = `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user