You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-2.0.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,36 @@ in 2.0 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.0.0...v2.0.1
9
9
10
+
* 2.0.6 (2011-11-16)
11
+
12
+
* f7c5bf1: [HttpKernel] fixed Content-Length header when using ESI tags (closes #2623)
13
+
* d67fbe9: [HttpFoundation] added an exception to MimeTypeGuesser::guess() when no guesser are available (closes #2636)
14
+
* 0462a89: [Security] fixed HttpUtils::checkRequestPath() to not catch all exceptions (closes #2637)
15
+
* 24dcd0f: [DoctrineBundle] added missing default parameters, needed to setup and use DBAL without ORM
16
+
* 462580c: [Form] Check for normal integers. refs 0427b126c15a0a27cd7033375e30371ae6a4e516
17
+
* bb5fb79: changed the way we store the current ob level (refs #2617)
18
+
* fb0fffe: [Validator] fixed a unit test for PHP 5.4 (closes #2585)
19
+
* 7cba0a0: Also identify FirePHP by the X-FirePHP-Version header
20
+
* ed1a6c2: [TwigBundle] Do not clean output buffering below initial level
21
+
* e83e00a: Fixed rendering of FileType (value is not a valid attribute for input[type=file])
22
+
* 8351a11: Added check for array fields to be integers in reverseTransform method. This prevents checkdate from getting strings as arguments and throwing incorrect ErrorException when submitting form with malformed (string) data in, for example, Date field. #2609
23
+
* 45b218e: [Translation] added detection for circular references when adding a fallback catalogue
24
+
* a245e15: [DomCrawler] trim URI in getURI
25
+
* 9d2ab9c: [Doctrine] fixed security user reloading when the user has been changed via a form with validation errors (closes #2033)
26
+
* d789f94: Serializer#normalize gives precedence to objects that support normalization
0 commit comments