Skip to content

Commit

Permalink
[NFC] document (new) dbal 3.x support in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
werrolf committed Nov 16, 2022
1 parent af9d686 commit 52ab0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v1.1.0
* Drop compatibility workaround for PostgreSQL 10 on PHP 5.x
* Require dbal >= 2.7 (for proper upstream PostgreSQL >= 10 support)
* Require doctrine/dbal >= 2.7 (for proper upstream PostgreSQL >= 10 support)
* Support doctrine/dbal 3.x

# v1.0.1
* Fix errors on DSN-style (e.g. `url: pgsql://host:port/dbname`) connection configurations

0 comments on commit 52ab0f2

Please sign in to comment.