Skip to content

Commit 7bfe723

Browse files
committed
updated CHANGELOG for 3.2.0
1 parent c500a3e commit 7bfe723

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG-3.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ in 3.2 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.2.0...v3.2.1
99

10+
* 3.2.0 (2016-11-30)
11+
12+
* bug #20687 [FrameworkBundle] Forbid env parameters in routing configuration (nicolas-grekas)
13+
* bug #20607 [Validator] Bring egulias/email-validator ~2.0 to parity with ~1.2 (Lctrs)
14+
* bug #20671 [Config] ConfigCache::isFresh() should return false when unserialize() fails (nicolas-grekas)
15+
* bug #20679 [VarDumper] Use default color for ellipsed namespaces/paths (nicolas-grekas)
16+
* bug #20676 [ClassLoader] Use only forward slashes in generated class map (nicolas-grekas)
17+
* bug #20664 [Validator] ensure the proper context for nested validations (xabbuh)
18+
* bug #20661 bug #20653 [WebProfilerBundle] Profiler includes ghost panels (jzawadzki)
19+
* bug #20652 Fixed getRouteParams() when no parameters are available (wouterj)
20+
1021
* 3.2.0-RC2 (2016-11-27)
1122

1223
* bug #20601 [FrameworkBundle] Don't rely on any parent definition for "cache.annotations" (nicolas-grekas)

0 commit comments

Comments
 (0)