File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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.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
+
10
26
* 2.0.15 (2012-05-30)
11
27
12
28
* 20b556d: [ Form] fixed a bug that caused input date validation not to be strict when using the single_text widget with a datetime field
You can’t perform that action at this time.
0 commit comments