Update CHANGELOG
This commit is contained in:
parent
83fe17df9a
commit
eefdfc3ce7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
# 0.17.2 (25-11-2016)
|
||||
|
||||
- Use body.gets_to_end for parse_json. Fixes #260.
|
||||
Update Radix to 0.3.5 and lock pessimistically. (thanks @luislavena)
|
||||
|
||||
# 0.17.1 (24-11-2016)
|
||||
|
||||
- Treat `HTTP::Request` body as an `IO`. Fixes [#257](https://github.com/sdogruyol/kemal/issues/257)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: kemal
|
||||
version: 0.17.1
|
||||
version: 0.17.2
|
||||
|
||||
dependencies:
|
||||
radix:
|
||||
|
|
Loading…
Reference in a new issue