We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868ad59 commit 38441d6Copy full SHA for 38441d6
CHANGELOG.md
@@ -1,12 +1,16 @@
1
# Change Log
2
3
4
-## Unreleased
+## 1.0.0-alpha3 - 2015-12-13
5
6
### Changed
7
8
- Async client does not throw exceptions
9
10
+### Removed
11
+
12
+- Promise interface moved to its own repository: [php-http/promise](https://github.com/php-http/promise)
13
14
15
## 1.0.0-alpha2 - 2015-11-16
16
composer.json
@@ -17,7 +17,7 @@
17
"require": {
18
"php": ">=5.4",
19
"psr/http-message": "^1.0",
20
- "php-http/promise": "dev-master"
+ "php-http/promise": "^0.1"
21
},
22
"require-dev": {
23
"phpspec/phpspec": "^2.4",
0 commit comments