From 38cfac4bbd96960628ca3237ed98f3f344ffdd7b Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Sun, 19 Jan 2020 20:06:56 -0500 Subject: [PATCH] Update CHANGELOG for v2.11.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78955c5..5c7ba88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Version 2.11.0 + +* [#120](https://github.com/paragonie/easydb/pull/120): + `EasyStatement` now defaults to `WHERE 1 = 1` instead of `WHERE 1` + to ensure success with PostgreSQL. +* [#122](https://github.com/paragonie/easydb/pull/122): + Builds on PHP 7.4 in Travis CI, installs on PHP 8. + # Version 2.10.0 * You can now pull the original exception (which may leak credentials via