From 8195a66ed2aa6d4969a12dbb32bbfc73413b0352 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sat, 3 Jan 2015 12:56:21 -0500 Subject: [PATCH] [#4611] Removing a few entries I meant to remove before --- cookbook/upgrading.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cookbook/upgrading.rst b/cookbook/upgrading.rst index eaa63674532..9794b791815 100644 --- a/cookbook/upgrading.rst +++ b/cookbook/upgrading.rst @@ -118,13 +118,6 @@ of Symfony as described above in :ref:`upgrade-minor-symfony-composer`. Next, check the `UPGRADE-2.6`_ document for details about any code changes that you might need to make in your project. -* If you're using PdoSessionStorage, there was a change in the session schema - that **requires** your session table to be updated. See :doc:`/cookbook/configuration/pdo_session_storage`. - -* Symfony 2.6 comes with a great new `dump`_ function. To use it, you'll - need to add the new ``DebugBundle`` to your ``AppKernel``. See - `UPGRADE-2.6-DebugBundle`_ for details. - Upgrading to Symfony 2.5 ........................