From e95b9b66ce9d1292e838c457afe28788a9d4cb14 Mon Sep 17 00:00:00 2001 From: Jukka Svahn Date: Wed, 22 May 2013 13:07:09 +0300 Subject: [PATCH] Marks v2.5.0. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1d59795..ac02622 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,15 @@ Where the ```$dump``` would be an instance of Rah\Danpu\Dump. Changelog --------- +### Version 2.5.0 - 2013/05/22 + +* Fixed: Database table ignoring. +* Fixed: Importer's decompressor. +* Fixed: Table locking doesn't generate errors if the database doesn't have tables. +* Added: Support for triggers and views. +* Added: Importer supports delimiter keyword. +* Changed: Any SQL error is thrown as exception. + ### Version 2.4.0 - 2013/05/16 * Fixed: Makes sure creating the temporary file was successful.