1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 19:36:00 +00:00
Former-commit-id: 0359fbf7dd3ff151db7b0575510e611bed683d0e
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-02-22 16:38:55 +02:00
parent 42cf24fda2
commit 4de98254fd
5 changed files with 33 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ Fixes:
- Fix and improve the cloud-editor `alm/alm-tools` plugin(now adaptor)
- Fix gorillamux serve static files (custom routers are supported with a workaround, not a complete solution as they are now)
- Fix `iris run main.go` app reload while user saved the file from gogland
- Fix [StaticEmbedded doesn't works on root "/"](https://github.com/kataras/iris/issues/633)
Changes: