File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ in 2.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1
9
9
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
+
10
25
* 2.3.36 (2015-12-26)
11
26
12
27
* bug #16864 [ Yaml] fix indented line handling in folded blocks (xabbuh)
You can’t perform that action at this time.
0 commit comments