Update NEWS
This commit is contained in:
parent
abef8918c0
commit
893fac31a7
6
NEWS.md
6
NEWS.md
@ -3,6 +3,12 @@
|
||||
## 4.0.1
|
||||
Released 2017-mm-dd
|
||||
|
||||
- Split and move `req2params` method to multiple middlewares.
|
||||
- Use express error handler middleware to respond in case of something went wrong.
|
||||
- Use `res.locals` object to share info between middlewares and leave `req.params` as an object containing properties mapped to the named route params.
|
||||
- Move `LZMA` decompression to its own middleware.
|
||||
|
||||
|
||||
## 4.0.0
|
||||
Released 2017-10-04
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user