diff --git a/docs/history.md b/docs/history.md index ff70cad47b..ce58bbd2a8 100644 --- a/docs/history.md +++ b/docs/history.md @@ -66,6 +66,10 @@ * `webapp`: - `WebAppInternals.getBoilerplate` is now async. + - Changed engine from connect to express and changed api naming to match express. See below: + - `WebApp.connectHandlers.use(middleware)` is now `WebApp.expressHandlers.use(middleware)` + - `WebApp.rawConnectHandlers.use(middleware)` is now `WebApp.rawExpressHandlers.use(middleware)` + - `WebApp.connectApp` is now `WebApp.expressApp` #### Internal API changes