#2821 reverting upgrade notes that are no longer valid

parent a94e26a3
# Upgrade to 2.6.2
## MINOR BC BREAK:
1 ``Doctrine\DBALDBALException::invalidPlatformSpecified()`` now has one argument which takes the invalid platform option.
Before:
Doctrine\DBALDBALException::invalidPlatformSpecified();
After:
Doctrine\DBALDBALException::invalidPlatformSpecified($invalidPlatform);
# Upgrade to 2.6 # Upgrade to 2.6
## MINOR BC BREAK: `fetch()` and `fetchAll()` method signatures in `Doctrine\DBAL\Driver\ResultStatement` ## MINOR BC BREAK: `fetch()` and `fetchAll()` method signatures in `Doctrine\DBAL\Driver\ResultStatement`
......
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