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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,23 @@ 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.22 (2013-01-17)
11
+
12
+
* 3c87e2e: Added Yaml\Dumper::setIndentation() method to allow a custom indentation level of nested nodes.
13
+
* ba6e315: added a way to enable/disable object support when parsing/dumping
14
+
* ac756bf: added a way to enable/disable PHP support when parsing a YAML input via Yaml::parse()
15
+
* dc2cc6b: [Console] fixed input bug when the value of an option is empty (closes #6649, closes #6689)
16
+
* 880da01: [Process] In edge cases `getcwd()` can return `false`, then `proc_open()` should get `null` to use default value (the working dir of the current PHP process)
17
+
* 1d362b8: [DependencyInjection] fixed a bug where the strict flag on references were lost (closes #6607)
18
+
* 3195122: [HttpFoundation] Check if required shell functions for `FileBinaryMimeTypeGuesser` are not disabled
19
+
* dbafc2c: [CssSelector] added css selector with empty string
20
+
* ba2d035: Restrict Monolog version to be in version <1.3
21
+
* e0923ae: [DependencyInjection] fixed PhpDumper optimizations when an inlined service depends on the current one indirectly
22
+
* cd15390: [DependencyInjection] fixed PhpDumper when an inlined service definition has some properties
23
+
* 73d9cef: [Locale] Adjust `StubIntlDateFormatter` to have new methods added in PHP 5.5
24
+
* 913b564: [Locale] Fix failing `StubIntlDateFormatter` in PHP 5.5
25
+
* 8ae773b: [Form] Fix failing `MonthChoiceList` in PHP 5.5
0 commit comments