We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30be17 commit ed035b1Copy full SHA for ed035b1
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## Unreleased
8
- Add support for Symfony 5.0 (#266, thanks to @Big-Shark)
9
- Drop support for Symfony < 3.4 (#277)
10
+
11
+## 3.2.1 (2019-12-19)
12
- Fix handling of command with no name on `ConsoleListener` (#261)
13
- Remove check by AuthorizationChecker in `RequestListener` (#264)
14
- Fixed undefined variable in `RequestListener` (#263)
composer.json
@@ -65,6 +65,7 @@
65
"extra": {
66
"branch-alias": {
67
"master": "3.x-dev",
68
+ "releases/3.2.x": "3.2.x-dev",
69
"releases/2.x": "2.x-dev",
70
"releases/1.x": "1.x-dev"
71
}
0 commit comments