From 8cfca155a65a04299ba1d8aa95a9f2ae8e30370b Mon Sep 17 00:00:00 2001 From: Johannes Schmitt Date: Fri, 15 Jul 2011 16:13:18 +0200 Subject: [PATCH] added change to upgrade file --- UPDATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATE.md b/UPDATE.md index d8c2e01cd5..d979094f76 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -71,6 +71,11 @@ RC4 to RC5 * 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. + +* Renamed some methods to follow the naming conventions: + + Session::getAttributes() -> Session::all() + Session::setAttributes() -> Session::replace() RC3 to RC4 ----------