From e9a3a3012c5507dff46afd3e5cececf43b1717ae Mon Sep 17 00:00:00 2001 From: cronopio Date: Tue, 5 Jun 2012 15:37:55 -0500 Subject: [PATCH] [misc] changelog updated to version 0.8.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dffa5306..b76b0abba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## ChangeLog for: node-http-proxy -## Version 0.8.0 - 5/22/2012 +## Version 0.8.1 - 6/5/2012 +- Fix re-emitting of events in RoutingProxy (coderarity) +- New load balancer and middleware examples (marak) +- Docs updated including changelog (lot of gently people) + +## Version 0.8.0 - 12/23/2011 - Improve support and tests for url segment routing (maxogden) - Fix aborting connections when request close (c4milo) - Avoid 'Transfer-Encoding' on HTTP/1.0 clients (koichik).