Update CHANGELOG
This commit is contained in:
parent
922d6de4d1
commit
cc78f4e02e
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
# Next
|
||||
|
||||
- Reimplemented Request middleware / filter routing.
|
||||
|
||||
Now all requests will first go through the Middleware stack then Filters (before_*) and will finally reach the matching route.
|
||||
|
||||
Which is illustrated as,
|
||||
|
||||
```
|
||||
Request -> Middleware -> Filter -> Route
|
||||
```
|
||||
|
||||
# 0.16.1 (12-10-2016)
|
||||
|
||||
- Improved Multipart support with more info on parsed files. `parse_multipart(env)` now yields
|
||||
|
|
Loading…
Reference in a new issue