X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1fbe4120e7e5f88fa6b381399beb3736d7bab227;hb=667f1a0b6967917848f772066253dc4404fa9d32;hp=e6d071ab8d1838bbd2b7e13615c7856a93aa3410;hpb=659817cfc6f8f5dfa8dfcfa2992679d745294e3e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index e6d071a..1fbe412 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - support extra connect_info options like quote_char for dbicdump + - fix breakage on perl 5.8.x related to unloading temporary classes + +0.07004 2011-01-24 03:43:05 + - fix bug with result class methods being cached on in a closure instead + of the object, which breaks for multiple dynamic schemas in a single + perl instance + 0.07003 2011-01-21 06:43:05 - fix relname/method collisions (RT#62648) - fix fully qualified component classes (RT#62624)