Update NEWS

This commit is contained in:
Daniel García Aubert 2017-10-18 15:14:03 +02:00
parent 66c3d58b92
commit ddcb812218

View File

@ -3,6 +3,8 @@
## 4.0.1
Released 2017-mm-dd
Announcements:
- Upgrades camshaft to [0.59.4](https://github.com/CartoDB/camshaft/releases/tag/0.59.4).
- 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.