Commit fc3ead25 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Add BC break note about latest change

parent 9437616a
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment