Skip to content

Commit 1cd8aa1

Browse files
committed
updated CHANGELOG for 2.3.37
1 parent 54d7f2d commit 1cd8aa1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG-2.3.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ in 2.3 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/v2.3.0...v2.3.1
99

10+
* 2.3.37 (2016-01-14)
11+
12+
* security #17359 do not ship with a custom rng implementation (xabbuh, fabpot)
13+
* bug #17326 [Console] Display console application name even when no version set (polc)
14+
* bug #17140 [Serializer] Remove normalizer cache in Serializer class (jvasseur)
15+
* bug #17307 [FrameworkBundle] Fix paths with % in it (like urlencoded) (scaytrase)
16+
* bug #17078 [Bridge] [Doctrine] [Validator] Added support \IteratorAggregate for UniqueEntityValidator (Disparity)
17+
* bug #17287 [HttpKernel] Forcing string comparison on query parameters sort in UriSigner (Tim van Densen)
18+
* bug #17278 [FrameworkBundle] Add case in Kernel directory guess for PHPUnit (tgalopin)
19+
* bug #17276 [Process] Fix potential race condition (nicolas-grekas)
20+
* bug #17183 [FrameworkBundle] Set the kernel.name properly after a cache warmup (jakzal)
21+
* bug #17159 [Yaml] recognize when a block scalar is left (xabbuh)
22+
* bug #17195 bug #14246 [Filesystem] dumpFile() non atomic (Hidde Boomsma)
23+
* bug #17177 [Process] Fix potential race condition leading to transient tests (nicolas-grekas)
24+
1025
* 2.3.36 (2015-12-26)
1126

1227
* bug #16864 [Yaml] fix indented line handling in folded blocks (xabbuh)

0 commit comments

Comments
 (0)