Skip to content

Commit

Permalink
Add BC break note about latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed May 5, 2012
1 parent 9437616 commit fc3ead2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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
Expand Down

0 comments on commit fc3ead2

Please sign in to comment.