From 0f49460274bb2a00c984fb51209d99a597c005ef Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 15 Jun 2009 15:05:38 +0000 Subject: [PATCH] DBD-SQLite: updated Changes --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index cfb2fa6..3b3bf8a 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Changes for Perl extension DBD-SQLite 1.26_02 to be released - - Updated to SQLite 3.6.14.2 (DUNCAND) + - Updated to SQLite 3.6.15 (DUNCAND) - Resolved #44882: Use of $h->func() should be deprecated and replaced with calls to driver-private 'installed methods' (ISHIGAKI)