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 1
1
# Changelog
2
2
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
+
3
14
## 0.3.1 (2017-05-10)
4
15
5
16
* 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
295
295
This will install the latest supported version:
296
296
297
297
``` bash
298
- $ composer require clue/http-proxy-react:^0.3.1
298
+ $ composer require clue/http-proxy-react:^0.3.2
299
299
```
300
300
301
301
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments