10000 Release v3.3.12 by fabpot · Pull Request #24958 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v3.3.12 #24958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 13, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated CHANGELOG for 3.3.12
  • Loading branch information
fabpot committed Nov 13, 2017
commit 7c9c05371c282b0f8fd4bcc28af153beafb0830e
6 changes: 6 additions & 0 deletions CHANGELOG-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ in 3.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.3.0...v3.3.1

* 3.3.12 (2017-11-13)

* bug #24954 [DI] Fix dumping with custom base class (nicolas-grekas)
* bug #24952 [HttpFoundation] Fix session-related BC break (nicolas-grekas, sroze)
* bug #24929 [Console] Fix traversable autocomplete values (ro0NL)

* 3.3.11 (2017-11-10)

* bug #24888 [FrameworkBundle] Specifically inject the debug dispatcher in the collector (ogizanagi)
Expand Down
0