From 8665f3cc600feecbb4c8229699823149c69a144f Mon Sep 17 00:00:00 2001 From: indexzero Date: Mon, 18 Mar 2013 01:53:03 -0400 Subject: [PATCH] [dist] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58be04..2205ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ ## ChangeLog for: node-http-proxy -## Version 0.9.1 - 3/9/2012 +## Version 0.10.0 - 3/18/2013 + +- Breaking change: `proxyResponse` events are emitted on the `HttpProxy` or `RoutingProxy` instances as originally was intended in `0.9.x`. + +## Version 0.9.1 - 3/9/2013 - Ensure that `webSocketProxyError` and `proxyError` both receive the error (indexzero). -## Version 0.9.0 - 3/9/2012 +## Version 0.9.0 - 3/9/2013 - Fix #276 Ensure response.headers.location is defined (indexzero) - Fix #248 Make options immutable in RoutingProxy (indexzero) - Fix #359 Do not modify the protocol in redirect request for external sites. (indexzero)