Skip to content

Commit de53d5e

Browse files
committed
[doc dist] Version bump. Added CHANGELOG.md
1 parent 8251296 commit de53d5e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## ChangeLog for: node-http-proxy
2+
3+
### Version 0.3.1 - 11/22/2010
4+
- Added node-http-proxy binary script (indexzero)
5+
- Added experimental WebSocket support (indutny)
6+
- Added forward proxy functionality (indexzero)
7+
- Added proxy table for multiple target lookup (indexzero)
8+
- Simplified tests using helpers.js (indexzero)
9+
- Fixed uncaughtException bug with invalid proxy target (indutny)
10+
- Added configurable logging for HttpProxy and ProxyTable (indexzero)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are several ways to use node-http-proxy; the library is designed to be fle
3939
2. Inside of another HTTP server (like Connect)
4040
3. In conjunction with a Proxy Routing Table
4141
4. As a forward-proxy with a reverse proxy
42-
5. From the command-line as a proxy daemon
42+
5. From the command-line as a long running process
4343

4444
See the [demo](http://github.com/nodejitsu/node-http-proxy/blob/master/demo.js) for further examples.
4545

0 commit comments

Comments
 (0)