Skip to content

Commit 300bd9e

Browse files
committed
updated CHANGELOG for 4.0.14
1 parent 974240e commit 300bd9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG-4.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ in 4.0 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.0.0...v4.0.1
99

10+
* 4.0.14 (2018-08-01)
11+
12+
* security #cve-2018-14774 [HttpKernel] fix trusted headers management in HttpCache and InlineFragmentRenderer (nicolas-grekas)
13+
* security #cve-2018-14773 [HttpFoundation] Remove support for legacy and risky HTTP headers (nicolas-grekas)
14+
* bug #28003 [HttpKernel] Fixes invalid REMOTE_ADDR in inline subrequest when configuring trusted proxy with subnet (netiul)
15+
* bug #28007 [FrameworkBundle] fixed guard event names for transitions (destillat)
16+
* bug #28045 [HttpFoundation] Fix Cookie::isCleared (ro0NL)
17+
* bug #28080 [HttpFoundation] fixed using _method parameter with invalid type (Phobetor)
18+
* bug #28052 [HttpKernel] Fix merging bindings for controllers' locators (nicolas-grekas)
19+
1020
* 4.0.13 (2018-07-23)
1121

1222
* bug #28005 [HttpKernel] Fixed templateExists on parse error of the template name (yceruto)

0 commit comments

Comments
 (0)