From: Nigel Metheringham <nigelm@cpan.org>
Date: Thu, 14 Jan 2010 16:05:21 +0000 (+0000)
Subject: Changelog for Changes to support multiple step schema version updates
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ac1f86accd51390cab2c1472f37030d22e683c4;p=dbsrgits%2FDBIx-Class-Historic.git

Changelog for Changes to support multiple step schema version updates
---

diff --git a/Changes b/Changes
index 359cb56..cf08609 100644
--- a/Changes
+++ b/Changes
@@ -18,6 +18,7 @@ Revision history for DBIx::Class
         - New MSSQL specific resultset attribute to allow hacky ordered
           subquery support
         - Fix nasty schema/dbhandle leak due to SQL::Translator
+        - Add mechanism for schema version to apply multiple step upgrades
 
 0.08115 2009-12-10 09:02:00 (CST)
         - Real limit/offset support for MSSQL server (via Row_Number)