From 03b28245fb439e82de49cc4337893c5c94319a57 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 20 May 2015 18:16:55 +0200 Subject: [PATCH] 2.1.0 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b8d5cd..1ac5b4c 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,18 @@ for [ext-pq](http://git.php.net/?p=pecl/database/pq.git;a=summary). http://devel-m6w6.rhcloud.com/mdref/pq-gateway ## News +* ***2015-05-20:*** 2.1.0 tagged * ***2014-10-15:*** 2.0.0 tagged * ***2013-05-15:*** 1.1.0 tagged * ***2013-05-03:*** 1.0.0 tagged ## ChangeLog +### 2.1.0 +* Added pq\Query\AsyncExecutor::setCallbacks(callable $init, callable $done, callable $then) + and removed soft dependency on reactphp/promise +* Fixed pq\Gateway\Table::with()'s relation handling when source table equals foreign table + ### 2.0.0 * Published documentation * Added support for pecl/pq-0.5 -- 2.30.2