February 4, 2010
View the changeset on symfony trac
As the core schema.yml has been changed to introduce realtime resource locks. To upgrade from BETA4, you must run doctrine migrations.
php symfony doctrine:generate-migrations-diff
php symfony doctrine:migrate
php symfony dm:setup
The keyword "actions" has been replaced with "components".
"actions" keyword is now deprecated but still supported for backward compatibility.
Default template helpers no more contain the "£" letter. See the new helpers recommended syntax. dmAlternativeHelperPlugin is now deprecated. All "£" helpers still work for backward compatibility.
View the changelog on symfony trac