From 150e2488587888b044ca4f8bb270e663b766db5f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 22 Apr 2011 13:45:23 +0200 Subject: [PATCH] udpated UPDATE file --- UPDATE.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/UPDATE.md b/UPDATE.md index b0f7c5b77e..83eb929aec 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -9,6 +9,19 @@ timeline closely anyway. PR12 to beta1 ------------- +* The `session` configuration has been refactored: + + * The `class` option has been removed (use the `session.class` parameter + instead); + + * The PDO session storage configuration has been removed (a cookbook recipe + is in the work); + + * The `storage_id` option now takes a service id instead of just part of it. + +* The `DoctrineMigrationsBundle` and `DoctrineFixturesBundle` bundles have + been moved to their own repositories. + * The form framework has been refactored extensively (more information in the documentation). @@ -38,8 +51,8 @@ PR12 to beta1 $container->removeDefinition('my_definition'); $definition->replaceArgument(0, 'foo'); - -* In the rememberme configuration, the token_provider key now expects a real + +* In the rememberme configuration, the `token_provider key` now expects a real service id instead of only a suffix. PR11 to PR12