Skip to content

Commit 2870571

Browse files
committedOct 14, 2017
Added 0.5.0 changelog.
1 parent 4ef8366 commit 2870571

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ vendor/
22
phpunit.xml
33
composer.lock
44
.php_cs.cache
5+
.idea

‎CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3+
4+
## 0.5.0 - October 14, 2017
5+
6+
### Added
7+
8+
- Added support for `http-interop/http-middleware` 0.5.0
9+
- Added `WeCodeIn\Http\Server\RequestHandler`
10+
11+
### Changed
12+
13+
- Renamed namespace to `WeCodeIn\Http\Server`
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Removed `WeCodeIn\Http\ServerMiddleware\Dispatcher` class. Use `WeCodeIn\Http\Server\RequestHandler` instead.
22+
23+
### Fixed
24+
25+
- Nothing.

0 commit comments

Comments
 (0)
Please sign in to comment.