Update CHANGELOG

This commit is contained in:
sdogruyol 2016-10-28 12:37:11 +03:00
parent 922d6de4d1
commit cc78f4e02e
1 changed files with 12 additions and 0 deletions

View File

@ -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