@@ -7,6 +7,32 @@ in 3.1 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.1.0...v3.1.1
9
9
10
+ * 3.1.1 (2016-06-15)
11
+
12
+ * bug #19048 [ HttpFoundation] Use UPSERT for sessions stored in PgSql >= 9.5 (nicolas-grekas)
13
+ * bug #19042 [ Cache] Fix double fetch in ProxyAdapter (nicolas-grekas)
14
+ * bug #19038 Fix feature detection for IE (Alsciende)
15
+ * bug #18915 [ DependencyInjection] force enabling the external XML entity loaders (xabbuh)
16
+ * bug #19020 [ Form] Fixed collapsed choice attributes (HeahDude)
17
+ * bug #19028 [ Yaml] properly count skipped comment lines (xabbuh)
18
+ * bug #19009 [ WebProfilerBundle] Fix invalid CSS style (romainneutron)
19
+ * bug #17733 [ Yaml] Fix wrong line number when comments are inserted in the middle of a block. (paradajozsef)
20
+ * bug #18909 Fixed singular of committee (peterrehm)
21
+ * bug #18911 Fixed singular of committee (peterrehm)
22
+ * bug #18971 Do not inject web debug toolbar on attachments (peterrehm)
23
+ * bug #18944 [ Ldap] Fixed issue with legacy client initialisation (csarrazi)
24
+ * bug #18974 Added missing APCU CacheProvider of doctrine/cache 1.6.x (Carsten Eilers)
25
+ * bug #18954 [ HttpKernel] Fix RequestDataCollector starting the session (romainneutron)
26
+ * bug #18949 [ Security] Fix DebugAccessDecisionManager when object is not a scalar (romainneutron)
27
+ * bug #18959 [ WebProfilerBundle] Fixed forwarded request data in templates (HeahDude)
28
+ * bug #18943 [ Ldap] [ Security ] The Ldap user provider abstract service now has the correct number of arguments (csarrazi)
29
+ * bug #18925 [ Console] Fix BC break introduced by #18101 (dunglas)
30
+ * bug #18908 [ DependencyInjection] force enabling the external XML entity loaders (xabbuh)
31
+ * bug #18893 [ DependencyInjection] Skip deep reference check for 'service_container' (RobertMe)
32
+ * bug #18812 Catch \Throwable (fprochazka)
33
+ * bug #18821 [ Form] Removed UTC specification with timestamp (francisbesset)
34
+ * bug #18861 Fix for #18843 (inso)
35
+
10
36
* 3.1.0 (2016-05-30)
11
37
12
38
* bug #18889 [ Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments (chalasr)
0 commit comments