Update NEWS

This commit is contained in:
Daniel García Aubert 2017-10-10 16:44:11 +02:00
parent abef8918c0
commit 893fac31a7

View File

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