We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1018458 commit 5f547d2Copy full SHA for 5f547d2
CHANGELOG.md
@@ -1,6 +1,31 @@
1
# Change Log
2
3
4
+## 0.3.0 - 2015-11-18
5
+
6
+### Added
7
8
+- HTTP Asyn Client Discovery
9
+- Stream factories
10
11
+### Changed
12
13
+- Discoveries and Factories are final
14
+- Message and Uri factories have the type in their names
15
+- Diactoros Message factory uses Stream factory internally
16
17
+### Fixed
18
19
+- Improved docblocks for API documentation generation
20
21
22
+## 0.2.0 - 2015-10-31
23
24
25
26
+- Renamed AdapterDiscovery to ClientDiscovery
27
28
29
## 0.1.1 - 2015-06-13
30
31
### Fixed
composer.json
@@ -39,7 +39,7 @@
39
},
40
"extra": {
41
"branch-alias": {
42
- "dev-master": "0.2-dev"
+ "dev-master": "0.4-dev"
43
}
44
45
"prefer-stable": true,
0 commit comments