Skip to content

Commit 6656a18

Browse files
committed
updated CHANGELOG for 2.0.20
1 parent 532cc9a commit 6656a18

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG-2.0.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ in 2.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/v2.0.0...v2.0.1
99

10+
* 2.0.20 (2012-12-20)
11+
12+
* 532cc9a: [FrameworkBundle] added support for URIs as an argument to HttpKernel::render()
13+
* 1f8c501: [FrameworkBundle] restricted the type of controllers that can be executed by InternalController
14+
* 8b2c17f: fix double-decoding in the routing system
15+
* 773d818: [FrameworkBundle] Added a check on file mime type for CodeHelper::fileExcerpt()
16+
* a0e2391: [FrameworkBundle] used the new method for trusted proxies
17+
* 8bb3208: [Config] Loader::import must return imported data
18+
* 447ff91: [HttpFoundation] changed UploadedFile::move() to use move_uploaded_file() when possible
19+
* 0489799: [HttpFoundation] added a check for the host header value
20+
* ae3d531: [TwigBundle] Moved the registration of the app global to the environment
21+
1022
* 2.0.19 (2012-11-29)
1123

1224
* e5536f0: replaced magic strings by proper constants

0 commit comments

Comments
 (0)