Skip to content

Commit

Permalink
fixed UPDATE file markup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 16, 2011
1 parent d904865 commit 760b11c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +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()
Session::getAttributes() -> Session::all()
Session::setAttributes() -> Session::replace()

RC3 to RC4
----------
Expand Down

0 comments on commit 760b11c

Please sign in to comment.