1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-24 04:15:56 +00:00

fix an issue on accesslog when response and request recorder and minifier were enabled

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-04-19 23:56:55 +03:00
parent 1ee6e83ae6
commit d2f24fab90
2 changed files with 13 additions and 4 deletions

View File

@@ -21,7 +21,9 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
# Next
Change applies to `master` branch.
Changes apply to `master` branch.
- Fix [iris-premium#17](https://github.com/kataras/iris-premium/issues/17).
- Replace [russross/blackfriday](github.com/russross/blackfriday/v2) with [gomarkdown](https://github.com/gomarkdown/markdown) as requested at [#2098](https://github.com/kataras/iris/issues/2098).