Skip to content

Commit

Permalink
Prepare 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Nov 18, 2015
1 parent 1018458 commit 5f547d2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Change Log


## 0.3.0 - 2015-11-18

### Added

- HTTP Asyn Client Discovery
- Stream factories

### Changed

- Discoveries and Factories are final
- Message and Uri factories have the type in their names
- Diactoros Message factory uses Stream factory internally

### Fixed

- Improved docblocks for API documentation generation


## 0.2.0 - 2015-10-31

### Changed

- Renamed AdapterDiscovery to ClientDiscovery


## 0.1.1 - 2015-06-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
"dev-master": "0.4-dev"
}
},
"prefer-stable": true,
Expand Down

0 comments on commit 5f547d2

Please sign in to comment.