From: John Napiorkowski Date: Fri, 10 Jul 2009 17:10:57 +0000 (+0000) Subject: updated Changes file to reflect work completed X-Git-Tag: v0.08109~76^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=456441eafda1051fe176351308ccb5570c87d348 updated Changes file to reflect work completed --- diff --git a/Changes b/Changes index 19421b5..8145785 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for DBIx::Class + - Replication updates: Improved the replication tests so that they are + more reliable and accurate, and hopefully solve some cross platform + issues. Bugfixes related to naming particular replicants in a + 'force_pool' attribute. Lots of documentation updates, including a + new Introduction.pod file. Fixed the way we detect transaction to + make this more reliable and forward looking. Fixed some trouble with + the way Moose Types are used. - Added call to Pod::Inherit in Makefile.PL - currently at author-time only, so we need to add the produced .pod files to the MANIFEST