From aa350b742f13bab0fdab71892ae849d551af9954 Mon Sep 17 00:00:00 2001 From: Zhuhao Wang Date: Sun, 21 Aug 2016 23:18:50 +0800 Subject: [PATCH] Update changelog to version 0.2.4 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 125a2a84c..93ede0030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. I will do my best to guarantee that this project adheres to [Semantic Versioning](http://semver.org/) after 1.0.0, but please do read change log before updating. -## [Unreleased] +## [0.2.4] ### Changed - The `ProxyServer.mainProxy` is removed and instead you should set the `proxyServer` in the implemention of `IPStackProtocol` (`TCPStack` as of now) which requires a proxy server to function. - Many things are now `public` instead of `internal`.