Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6645d30

Browse filesBrowse files
committed
updated CHANGELOG for 2.0.22
1 parent e17e232 commit 6645d30
Copy full SHA for 6645d30

File tree

Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+17
-0
lines changed

‎CHANGELOG-2.0.md

Copy file name to clipboardExpand all lines: CHANGELOG-2.0.md
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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.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
26+
1027
* 2.0.21 (2012-12-21)
1128

1229
* b8e5689: [FrameworkBundle] fixed ESI calls

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.