8000 updated CHANGELOG for 2.0.16 · jacobmaster/symfony@0341492 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0341492

Browse files
committed
updated CHANGELOG for 2.0.16
1 parent b18f6f5 commit 0341492

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG-2.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.16 (2012-07-11)
11+
12+
* 854daa8: [Form] Fixed errors not to be added onto non-synchronized forms
13+
* facbcdc: [Validator] fixed error message for dates like 2012-02-31 (closes #4223)
14+
* 28f002d: [Locale] fixed bug on the parsing of TYPE_INT64 integers in 32 bit and 64 bit environments, caused by PHP bug fix :) (closes #4718)
15+
* c1fea1d: fixed incorrect reference to set*Service() method
16+
* b89b00f: bumped minimal version of Swiftmailer to 4.2.0
17+
* 997bcfc: [SwiftmailerBridge] allowed versions 4.2.*
18+
* 680b83c: [Security] Allow "0" as a password
19+
* a609d55: [Locale] fixed StubIntlDateFormatter to behave like the ext/intl implementation
20+
* 3ce8227: [Security] Only redirect to urls called with http method GET
21+
* ba16a51: changed getName() to name on all Reflection* object calls (fixes #4555, refs https://bugs.php.net/bug.php?id=61384)
22+
* 5d88255: Authorization header should only be rebuild when Basic Auth scheme is used
23+
* 789fc14: Accept calling setLenient(false)
24+
* b631073: [Yaml] Fixed double quotes escaping in Dumper.
25+
1026
* 2.0.15 (2012-05-30)
1127

1228
* 20b556d: [Form] fixed a bug that caused input date validation not to be strict when using the single_text widget with a datetime field

0 commit comments

Comments
 (0)
0