From 9e6efeaba08647e8262bead68895861c83756391 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 10 Apr 2009 02:05:39 +0000 Subject: [PATCH] DBD-SQLite: updated Changes; wait, wait, it's too early to release the next one :) --- Changes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index f2a380e..40ad004 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,12 @@ Changes for Perl extension DBD-SQLite. +1.22_04 not yet released + - Inserted pTHX_/aTHX_ for better efficiency (suggested in #44884 by TIMB) (ISHIGAKI) + 1.22_03 Thu 10 Apr 2009 - Resolved #44876: Patch to fix includes in the SQLITE_LOCATION case by janus (ISHIGAKI) - - added PERL_NO_GET_CONTEXT for efficiency (suggested in #44884 by TIMB) (ISHIGAKI) - - refactored error handling (suggested in #44884, #44871 by TIMB) (ISHIGAKI) + - Added PERL_NO_GET_CONTEXT for efficiency (suggested in #44884 by TIMB) (ISHIGAKI) + - Refactored error handling (suggested in #44884, #44871 by TIMB) (ISHIGAKI) 1.22_02 Wed 9 Apr 2009 - Added missing documentation bits for 'create_collation'