Skip to content

Commit 38441d6

Browse files
committed
Prepare 1.0.0-alpha3 release
1 parent 868ad59 commit 38441d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Change Log
22

33

4-
## Unreleased
4+
## 1.0.0-alpha3 - 2015-12-13
55

66
### Changed
77

88
- Async client does not throw exceptions
99

10+
### Removed
11+
12+
- Promise interface moved to its own repository: [php-http/promise](https://github.com/php-http/promise)
13+
1014

1115
## 1.0.0-alpha2 - 2015-11-16
1216

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": ">=5.4",
1919
"psr/http-message": "^1.0",
20-
"php-http/promise": "dev-master"
20+
"php-http/promise": "^0.1"
2121
},
2222
"require-dev": {
2323
"phpspec/phpspec": "^2.4",

0 commit comments

Comments
 (0)