We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82c2ff commit ae927edCopy full SHA for ae927ed
CHANGELOG.md
@@ -1,11 +1,22 @@
1
# Change Log
2
3
4
+## 0.4.0 - 2015-12-17
5
+
6
+### Added
7
8
+- Array condition evaluation in the Class Discovery
9
10
+### Removed
11
12
+- Message factories (moved to php-http/utils)
13
14
15
## 0.3.0 - 2015-11-18
16
17
### Added
18
-- HTTP Asyn Client Discovery
19
+- HTTP Async Client Discovery
20
- Stream factories
21
22
### Changed
composer.json
@@ -40,7 +40,7 @@
40
},
41
"extra": {
42
"branch-alias": {
43
- "dev-master": "0.4-dev"
+ "dev-master": "0.5-dev"
44
}
45
46
"prefer-stable": true,
0 commit comments