Skip to content

Commit 5f547d2

Browse files
committed
Prepare 0.3 release
1 parent 1018458 commit 5f547d2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Change Log
22

33

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+
### Changed
25+
26+
- Renamed AdapterDiscovery to ClientDiscovery
27+
28+
429
## 0.1.1 - 2015-06-13
530

631
### Fixed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "0.2-dev"
42+
"dev-master": "0.4-dev"
4343
}
4444
},
4545
"prefer-stable": true,

0 commit comments

Comments
 (0)