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
4a786f095e
commit
9eaecf5c18
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
# 0.20.0 (01-07-2017)
|
||||
|
||||
- Make `Route` a `Struct`.
|
||||
- Handlers are now completely customizable and you can specify your own handlers.
|
||||
|
||||
```ruby
|
||||
|
@ -14,6 +13,7 @@ You can also insert a handler into a specific position in the default / existing
|
|||
add_handler MyCustomHandler.new, 1
|
||||
```
|
||||
- Updated [Kilt](https://github.com/jeromegn/kilt) to v0.4.0.
|
||||
- Make `Route` a `Struct`. This improves the performance of route declarations.
|
||||
|
||||
# 0.19.0 (09-05-2017)
|
||||
|
||||
|
|
Loading…
Reference in a new issue