@@ -7,6 +7,41 @@ in 3.4 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/v3.4.0...v3.4.1
9
9
10
+ * 3.4.23 (2019-03-03)
11
+
12
+ * bug #26532 [ HttpKernel] Correctly merging cache directives in HttpCache/ResponseCacheStrategy (aschempp)
13
+ * bug #30363 Fixed the DebugClassLoader compatibility with eval()'d code on Darwin (skalpa)
14
+ * bug #30329 [ Form] IntegerType: reject submitted non-integer numbers (xabbuh)
15
+ * bug #30347 [ Security] Change FormAuthenticator if condition (PReimers)
16
+ * bug #30354 [ Console] handles multi-byte characters in autocomplete (jls-esokia)
17
+ * bug #30351 Fix getItems() performance issue with RedisCluster (php-redis) (andrerom)
18
+ * bug #30350 [ VarDumper] Keep a ref to objects to ensure their handle cannot be reused while cloning (nicolas-grekas)
19
+ * bug #30327 [ HttpKernel] Fix possible infinite loop of exceptions (enumag)
20
+ * bug #27601 [ Routing] fix URL generation with look-around requirements (nasimnabavi)
21
+ * bug #30277 [ Console] Prevent ArgvInput::getFirstArgument() from returning an option value (chalasr)
22
+ * bug #29981 [ Security] Complain about an empty decision strategy (corphi)
23
+ * bug #29822 [ EventDispatcher] Fix unknown priority (ro0NL)
24
+ * bug #30324 [ Validator] Fixed duplicate UUID (ralfkuehnel)
25
+ * bug #30265 [ Form] do not validate non-submitted form fields in PATCH requests (xabbuh)
26
+ * bug #30313 Avoid mutating the Finder when building the iterator (stof)
27
+ * bug #30271 [ Console] Fix command testing with missing user inputs (chalasr)
28
+ * bug #30278 Remove unnecessary ProgressBar stdout writes (fixes flickering) (ostrolucky)
29
+ * bug #30274 [ VarDumper] fix serializing Stub instances (nicolas-grekas)
30
+ * bug #30247 Don't resolve the Deprecation error handler mode until a deprecation is triggered (ossinkine)
31
+ * bug #30264 [ Debug] [ ErrorHandler ] Preserve next error handler (fancyweb)
32
+ * bug #30090 [ FrameworkBundle] add constraint validators before optimizations (xabbuh)
33
+ * feature #30126 [ Form] forward valid numeric values to transform() (xabbuh)
34
+ * bug #30122 [ Security] fix switch user without having current token (Antoine Lamirault)
35
+ * bug #30136 use PropertyAccessorInterface instead of PropertyAccessor (nick-zh)
36
+ * bug #30124 Fix KernelTestCase compatibility for PhpUnit 8 (bis) (nicolas-grekas)
37
+ * bug #30061 [ Form] render integer types with grouping as text input (xabbuh)
38
+ * bug #30063 [ Form] don't lose int precision with not needed type casts (xabbuh)
39
+ * bug #30076 [ Form] ignore _ method forms in NativeRequestHandler (xabbuh)
40
+ * bug #30084 Fix KernelTestCase compatibility for PhpUnit 8 (alexander-schranz)
41
+ * bug #29884 [ Form] CsrfValidationListener marks the token as invalid if it is not a string (umpirsky)
42
+ * bug #30062 [ Form] do not overwrite the constraint being evaluated (xabbuh)
43
+ * bug #30087 [ PhpUnitBridge] fix PHP 5.3 compat (nicolas-grekas)
44
+
10
45
* 3.4.22 (2019-02-03)
11
46
12
47
* bug #30046 [ DI] Fix dumping Doctrine-like service graphs (nicolas-grekas)
0 commit comments