1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00

Update to version 12.1.2

Former-commit-id: f52b1b6b0680a96ff4a4c246f1451953382ddb36
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-12-19 11:35:26 +02:00
parent 7f720eb33d
commit a1c11996b7
7 changed files with 13 additions and 5 deletions

View File

@@ -21,6 +21,10 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris/v12@latest`.
# Th, 19 December 2019 | v12.1.2
Fix [[BUG]Session works incorrectly when meets the multi-level TLDs](https://github.com/kataras/iris/issues/1407).
# Mo, 16 December 2019 | v12.1.1
Add [Context.FindClosest(n int) []string](https://github.com/kataras/iris/blob/master/_examples/routing/not-found-suggests/main.go#L22)