From fc3ead250856f91929ff06b7c514fa133d3c7012 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 5 May 2012 13:40:13 +0200 Subject: [PATCH] Add BC break note about latest change --- UPGRADE | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/UPGRADE b/UPGRADE index 18c8fb90167..6b058502a4a 100644 --- a/UPGRADE +++ b/UPGRADE @@ -1,5 +1,17 @@ # Upgrade to 2.3 +## Schema Filter paths + +The Filter Schema assets expression is not wrapped in () anymore for the regexp. + +Before: + + $config->setFilterSchemaAssetsExpression('foo'); + +After: + + $config->setFilterSchemaAssetsExpression('(foo)'); + ## Creating MySQL Tables now defaults to UTF-8 If you are creating a new MySQL Table through the Doctrine API, charset/collate are