mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Update CHANGELOG
This commit is contained in:
parent
9f01eb90e1
commit
841238b584
1 changed files with 17 additions and 0 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
|||
# 0.19.0 (09-05-2017)
|
||||
|
||||
- Return no body for head route fixes #323. (thanks @crisward)
|
||||
- Update `radix` to `0.3.8`. (thanks @waghanza)
|
||||
- User defined context store types. (thanks @neovitange)
|
||||
|
||||
```ruby
|
||||
class User
|
||||
property name
|
||||
end
|
||||
|
||||
add_context_storage_type(User)
|
||||
```
|
||||
|
||||
- Prevent `send_file returning filesize. (thanks @crisward)
|
||||
- Dont call setup in `config#add_filter_handler` fixes #338.
|
||||
|
||||
# 0.18.3 (07-03-2017)
|
||||
|
||||
- Remove `Gzip::Header` monkey patch since it's fixed in `Crystal 0.21.1`.
|
||||
|
|
Loading…
Reference in a new issue