diff --git a/en/guide/migrating-5.md b/en/guide/migrating-5.md index 31efe4a4..99a5b8fb 100755 --- a/en/guide/migrating-5.md +++ b/en/guide/migrating-5.md @@ -66,6 +66,7 @@ You can find the list of available codemods [here](https://github.com/expressjs/
  • Path route matching syntax
  • Rejected promises handled from middleware and handlers
  • express.urlencoded
  • +
  • express.static dotfiles
  • app.listen
  • app.router
  • req.body
  • @@ -76,6 +77,7 @@ You can find the list of available codemods [here](https://github.com/expressjs/
  • res.vary
  • + **Improvements**