From e8423e8846d78530e8f55df675b74bfa5b5a7e7a Mon Sep 17 00:00:00 2001 From: Stephen Hoogendijk Date: Tue, 21 Jul 2015 00:40:02 +0200 Subject: [PATCH] Updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f57b9eef..e0e8acb46 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,6 @@ Some functions are too general for a database. So these are available in the cli ## Todo -* Add UDP support * Add more admin features * More unit tests * Increase documentation (wiki?) @@ -222,6 +221,11 @@ Some functions are too general for a database. So these are available in the cli ## Changelog +####1.0.0 +* Dropped support for php 5.3 and php 5.4 +* Allowing for custom drivers +* UDP support + ####0.1.2 * Added exists method to Database class * Added time precision to database class