We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f2144 commit fd8cfd4Copy full SHA for fd8cfd4
2 files changed
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 0.6.0 (2015-05-08)
2
+
3
+BC Breaks:
4
+- None
5
6
+New features:
7
8
+- [Added CONTRIBUTING.md](https://github.com/thephpleague/tactician/pull/57)
9
+- [Middlewares are now checked for the correct interface](https://github.com/thephpleague/tactician/pull/56)
10
11
+Bug fixes:
12
13
+- [LockingMiddleware now passes the correct command](https://github.com/thephpleague/tactician/pull/62)
14
15
## 0.5.0 (2015-03-30)
16
17
tl;dr CommandHandlerMiddleware now requires an extra first parameter, you just need to pass an instance of `ClassNameExtractor` to it.
composer.json
@@ -32,7 +32,7 @@
32
},
33
"extra": {
34
"branch-alias": {
35
- "dev-master": "0.6-dev"
+ "dev-master": "0.7-dev"
36
}
37
38
0 commit comments