File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.2 (2017-06-10)
4+
5+ * Fix: Fix rejecting invalid URIs and unexpected URI schemes
6+ (#13 by @clue )
7+
8+ * Fix HHVM build for now again and ignore future HHVM build errors
9+ (#12 by @clue )
10+
11+ * Documentation for Connector concepts (TCP/TLS, timeouts, DNS resolution)
12+ (#11 by @clue )
13+
314## 0.3.1 (2017-05-10)
415
516* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ The recommended way to install this library is [through Composer](http://getcomp
295295This will install the latest supported version:
296296
297297``` bash
298- $ composer require clue/http-proxy-react:^0.3.1
298+ $ composer require clue/http-proxy-react:^0.3.2
299299```
300300
301301See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments