Skip to content

Commit 34407a8

Browse files
committed
Add v0.4 to changelog
1 parent 79dfc9a commit 34407a8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7+
## 0.4.0 (2013-XX-XX)
8+
9+
* BC break: Update react to current v0.3 and thus also replace `ConnectionManager` with `Connector`
10+
* BC break: New `Client::createConnector()` replaces inheriting `ConnectionManagerInterface`
11+
* BC break: New `Client::createSecureConnector()` replaces `Client::createSecureConnectionManager()`
12+
713
## 0.3.1 (2012-12-29)
814

915
* Fix: Server event logging
@@ -25,7 +31,6 @@ you spot any mistakes.
2531
* Feature: Simple interface for SSL/TLS over SOCKS: `Client` now implements `ConnectionManagerInterface`
2632
* Feature: Simple interface for TCP over SOCKS: `SecureConnectionManager Client::createSecureConnectionManager()`
2733

28-
2934
## 0.1.0 (2011-05-16)
3035

3136
* First tagged release

0 commit comments

Comments
 (0)