From: Peter Rabbitson Date: Sat, 12 Jun 2010 00:09:26 +0000 (+0200) Subject: Changes X-Git-Tag: v0.08123~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=f1577a8d3d13778edacf04a6fb977fa75437b791 Changes --- diff --git a/Changes b/Changes index 736ea41..6a07924 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ Revision history for DBIx::Class * Fixes - Make sure Oracle identifier shortener applies to auto-generated - column names, so we stay within the 30-char limit + column names, so we stay within the 30-char limit (RT#58271) - Fix a Storage/$dbh leak introduced by th migration to Try::Tiny (this is *not* a Try::Tiny bug)