From e8551180d0a163773d6d13f3a8575069519f4b41 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Tue, 2 Jun 2015 01:34:04 -0500 Subject: [PATCH] update for release --- CHANGES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 340e164..deb2e76 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1 +1,8 @@ -This release modifies the testing structure and updates other support files. +- Docblock and README updates + +- The Common\Select class, when binding values from a subselect, now checks for + `instanceof SubselectInterface` instead of `self`; the Select class now + implements SubselectInterface, so this should not be a BC break. + +- Subselects bound as where/having/etc conditions should now retain ?-bound + params.