From: Peter Rabbitson <ribasushi@cpan.org>
Date: Mon, 10 Aug 2009 06:19:55 +0000 (+0000)
Subject: Whoops
X-Git-Tag: v0.08112~14^2~65
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fde3f511794aae8af2a3afe96186c10e55a6ebcd;p=dbsrgits%2FDBIx-Class.git

Whoops
---

diff --git a/Changes b/Changes
index 6bf0eb7..b9e7b1b 100644
--- a/Changes
+++ b/Changes
@@ -28,7 +28,7 @@ Revision history for DBIx::Class
         - Support for 'smalldatetime' type used in MSSQL and Sybase for
           InflateColumn::DateTime
         - Support for Postgres 'timestamp without timezone' type in
-          InflateColumn::DateTime
+          InflateColumn::DateTime (RT#48389)
         - Added new MySQL specific on_connect_call macro 'set_strict_mode'
           (also known as make_mysql_not_suck_as_much)
         - Multiple prefetch-related fixes: