From d736da6420f18af82e3630cfe875548eb995870b Mon Sep 17 00:00:00 2001 From: Tim Nagel Date: Fri, 8 Jul 2011 00:15:34 -0700 Subject: [PATCH] Fixed styling for getName() BC note --- UPDATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPDATE.md b/UPDATE.md index 4ff34ea26e..4e63372d75 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -45,9 +45,9 @@ RC4 to RC5 framework: trust_proxy_headers: true - * To avoid hidden naming collisions, the AbstractType does not try to define - the name of form types magically. You now need to implement the `getName()` - method explicitly when creating a custom type. +* To avoid hidden naming collisions, the AbstractType does not try to define + the name of form types magically. You now need to implement the `getName()` + method explicitly when creating a custom type. RC3 to RC4 ----------