Skip to content

Commit

Permalink
1.7.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Danshin <kirill@danshin.pro>
  • Loading branch information
kirillDanshin committed Mar 2, 2019
1 parent 1009203 commit 2ae5deb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Minor release candidate: 1.7.0-rc3
- Support fasthttp KeepHijackedConns option. See fasthttp docs for more.
- Fix determineHandler bug for reflect handlers.
- `grypto/salt` generator now supports retry if crypto.Reader fails

# Minor release candidate: 1.7.0-rc2
- `ctx.Sanitize()`, `ctx.Sanitizer()` and `app.SetSanitizerPolicy()` introduced thanks to [bluemonday](https://github.com/microcosm-cc/bluemonday).
See `third_party_licenses/bluemonday` for bluemonday's license.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ package gramework

// Version gives you the gramework version you use now
const (
Version = "1.7.0-rc2"
Version = "1.7.0-rc3"
DefaultAppName = "gramework/" + Version
)

0 comments on commit 2ae5deb

Please sign in to comment.