X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ae01cddef48011320f0ae6fd17d8607dd009b636;hb=f38705da4f7344abc46549e3581c37c17639addb;hp=666c4e6f38cf20af8eb4e6b90fa4f1993274e53d;hpb=fd64846f9605ab442109910a99fae2f1abc9c48f;p=catagits%2FGitalist.git diff --git a/Changes b/Changes index 666c4e6..ae01cdd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ This file documents the revision history for Perl extension Gitalist. +0.004001 2013-03-15 + - Depend on new Catalyst::Runtime and drop use of Catalyst::Controller::ActionRole + - Stop calling tags branches (Dennis Kaarsemaker) + - Stop breaking trees when submodules are encountered (Dennis Kaarsemaker) + - Correctly handle utf-8 encoded .git/description files (Dennis Kaarsemaker) + - Controller::ActionRole is dead (Tomas Doran) + - Add gitalist.psgi (Tomas Doran) + +0.003009 2012-03-18 + - Don't use MooseX::Types::ISO8601 to serialize DateTime objects as its + coercion function is now stricter than the object provided. + - Make tests pass with more recent versions of Catalyst. + 0.003008 2012-01-29 - Now with Changes.