Skip to content
Release [2.13.0](https://github.com/doctrine/dbal/milestone/88)

2.13.0
======

- Total issues resolved: **1**
- Total pull requests resolved: **4**
- Total contributors: **2**

 - [4555: [GH-4554] Deprecate all Statement::fetch* in favor of Result::fetch*](https://github.com/doctrine/dbal/pull/4555) thanks to @beberlei
 - [4535: Deprecations](https://github.com/doctrine/dbal/pull/4535) thanks to @beberlei
 - [4386: Reintroduce support for PHP 7.1 and 7.2](https://github.com/doctrine/dbal/pull/4386) thanks to @beberlei

Connections,Improvement,Prepared Statements
-------------------------------------------

 - [4529: Improve forward compatibility between 2.x and 3.0](https://github.com/doctrine/dbal/pull/4529) thanks to @mdumoulin