From 58d3d1da17ca59ece754d843710a078fe61f395c Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Fri, 10 Aug 2018 12:31:41 -0400 Subject: [PATCH] Adds a changelog with changes going back to 3.0.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d709868..f020e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,7 @@ ### Added - Adds an HTTP Proxy Server `HTTPServer` which can HTTP-Connect requests (HTTPS traffic). -- Adds a `queryInstances` RPC function +- Adds a `queryInstances` RPC function as requested in [Issue #3](https://github.com/znetstar/tor-router/issues/3) ### Removed - Removes the "docker-compose.yml" file