This commit is contained in:
Sdogruyol 2017-03-07 19:51:30 +03:00
parent a430b85ee7
commit f8eb863ea8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.18.3 (07-03-2017)
- Remove `Gzip::Header` monkey patch since it's fixed in `Crystal 0.21.1`.
# 0.18.2 (24-02-2017)
- Fix [Gzip in Kemal Seems broken for static files](https://github.com/kemalcr/kemal/issues/316). This was caused by `Gzip::Writer` in `Crystal 0.21.0` and currently mitigated by monkey patching `Gzip::Header`.

View File

@ -1,5 +1,5 @@
name: kemal
version: 0.18.2
version: 0.18.3
dependencies:
radix: