We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6380d1d commit 6aac485Copy full SHA for 6aac485
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+1.6.1
5
+-----
6
+- [Fix compatibility with HHVM][#121] - Using HHVM with Requests would
7
+ previously cause either exceptions with SSL or segfaults with the cURL
8
+ handler. Props Ozh for his work here.
9
+
10
+[#121]: https://github.com/rmccue/Requests/issues/121
11
12
1.6.0
13
-----
14
- [Add multiple request support][#23] - Send multiple HTTP requests with both
library/Requests.php
@@ -67,7 +67,7 @@ class Requests {
67
*
68
* @var string
69
*/
70
- const VERSION = '1.6.1-dev';
+ const VERSION = '1.6.1';
71
72
/**
73
* Registered transport classes
0 commit comments