1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-20 02:16:08 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-03-20 18:16:35 +02:00
parent 34387a4a5c
commit 3a00e785ea
7 changed files with 57 additions and 19 deletions

View File

@@ -23,6 +23,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
Change applies to `master` branch.
- 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).
- Add `mvc.IgnoreEmbedded` option to handle [#2103](https://github.com/kataras/iris/issues/2103). Example Code:
```go