From 8527d883a84921f63173c4c628cc5e0cbb3a672c Mon Sep 17 00:00:00 2001 From: Henning Morud Date: Thu, 16 Feb 2017 18:47:10 +0100 Subject: [PATCH] Remove CHANGELOG.md --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index be1fc49..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -### v2.0 - -* __[BREAKING]__ Now supports Express Routers as well. A side-effect of this is that the Router prototype is modified to add a `.ws` method - in rare cases, this may interfere with existing code that relies on the Router prototype either remaining unchanged, or adding its own `.ws` method to it. - - A `leaveRouterUntouched` option has been added to prevent this behaviour; see the API documentation for more information. - -* [minor] You can now add `.ws` functionality to any custom Router object that follows the Express Router API.