File tree 1 file changed +13
-0
lines changed
Filter options
1 file changed +13
-0
lines changed
Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ in 2.7 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.7.0...v2.7.1
9
9
10
+ * 2.7.34 (2017-08-28)
11
+
12
+ * bug #23989 [ Debug] Remove false-positive check in DebugClassLoader (nicolas-grekas)
13
+ * bug #23982 [ VarDumper] Strengthen dumped JS (nicolas-grekas)
14
+ * bug #23925 [ Validator] Fix use of GroupSequenceProvider in child classes (linniksa)
15
+ * bug #23945 [ Validator] Fix Greek translation (azhurb)
16
+ * bug #23909 [ Console] Initialize lazily to render exceptions properly (nicolas-grekas)
17
+ * bug #23856 [ DI] Fix dumping abstract with YamlDumper (nicolas-grekas)
18
+ * bug #23752 Ignore memcached missing key error on session destroy (jderusse)
19
+ * bug #23658 [ HttpFoundation] Generate safe fallback filename for wrongly encoded filename (xelaris)
20
+ * bug #23783 Avoid infinite loops when profiler data is malformed (javiereguiluz)
21
+ * bug #23729 [ Bridge\ProxyManager] Dont call __ destruct() on non-instantiated services (nicolas-grekas)
22
+
10
23
* 2.7.33 (2017-08-01)
11
24
12
25
* bug #22244 [ Console] Fix passing options with defaultCommand (Jakub Sacha)
You can’t perform that action at this time.
0 commit comments