@@ -7,6 +7,43 @@ in 2.8 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.8.0...v2.8.1
9
9
10
+ * 2.8.2 (2016-01-14)
11
+
12
+ * security #17359 do not ship with a custom rng implementation (xabbuh, fabpot)
13
+ * bug #17253 [ Console] HHVM read input stream bug (mbutkereit)
14
+ * bug #17314 Fix max width for multibyte keys in choice question (mheki)
15
+ * bug #17326 [ Console] Display console application name even when no version set (polc)
16
+ * bug #17328 [ Serializer] Allow to use proxies in object_to_populate (dunglas)
17
+ * bug #17202 [ FrameworkBundle] Don't log twice with the error handler (nicolas-grekas)
18
+ * bug #17347 Workaround https://bugs.php.net/63206 (nicolas-grekas)
19
+ * bug #17199 [ Serializer] Allow context to contain not serializable data (dunglas, nicolas-grekas)
20
+ * bug #17334 [ WebProfiler] Fixed sf-minitoolbar height (yceruto)
21
+ * bug #17140 [ Serializer] Remove normalizer cache in Serializer class (jvasseur)
22
+ * bug #17320 [ Debug] Fixed erroneous deprecation notice for extended Interfaces (peterrehm)
23
+ * bug #17307 [ FrameworkBundle] Fix paths with % in it (like urlencoded) (scaytrase)
24
+ * bug #17078 [ Bridge] [ Doctrine] [ Validator] Added support \IteratorAggregate for UniqueEntityValidator (Disparity)
25
+ * bug #17298 [ FrameworkBundle] Use proper class to fetch $versionStrategy property (dosten)
26
+ * bug #17287 [ HttpKernel] Forcing string comparison on query parameters sort in UriSigner (Tim van Densen)
27
+ * bug #17279 [ FrameworkBundle] Add case in Kernel directory guess for PHPUnit (tgalopin)
28
+ * bug #17278 [ FrameworkBundle] Add case in Kernel directory guess for PHPUnit (tgalopin)
29
+ * bug #17283 [ WebProfilerBundle] Remove loading status from AJAX toolbar after error (kucharovic)
30
+ * bug #17275 [ PhpUnitBridge] Re-enable the garbage collector (nicolas-grekas)
31
+ * bug #17276 [ Process] Fix potential race condition (nicolas-grekas)
32
+ * bug #17261 [ FrameworkBundle] Allow to autowire service_container (dunglas)
33
+ * bug #17183 [ FrameworkBundle] Set the kernel.name properly after a cache warmup (jakzal)
34
+ * bug #17197 [ Yaml] cast arrays to objects after parsing has finished (xabbuh)
35
+ * bug #17247 Fix toolbar display when nvd3 is loaded on page (Seldaek)
36
+ * bug #17159 [ Yaml] recognize when a block scalar is left (xabbuh)
37
+ * bug #17195 bug #14246 [ Filesystem] dumpFile() non atomic (Hidde Boomsma)
38
+ * feature #16747 [ Form] Improved performance of ChoiceType and its subtypes (webmozart)
39
+ * bug #17179 [ WebProfiler] Removed an object as route generator argument (iltar)
40
+ * bug #17177 [ Process] Fix potential race condition leading to transient tests (nicolas-grekas)
41
+ * bug #17163 [ Form] fix Catchable Fatal Error if choices is not an array (Gladhon, nicolas-grekas)
42
+ * bug #17152 [ DoctrineBridge] [ PropertyInfo] Catch Doctrine\ORM\Mapping\MappingException (dunglas)
43
+ * bug #17119 [ Form] improve deprecation message for "empty_value" and "choice_list" options. (hhamon)
44
+ * bug #17156 [ HttpFoundation] add missing symfony/polyfill-php55 dependency (xabbuh)
45
+ * bug #17162 [ Form] Fix regression on Collection type (hason)
46
+
10
47
* 2.8.1 (2015-12-26)
11
48
12
49
* bug #16864 [ Yaml] fix indented line handling in folded blocks (xabbuh)
0 commit comments