X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c4572033fa828d6e235f979dd33d285babfdfd2d;hb=1fad0d369cd0f2370affdae8cf07466dfe1322f0;hp=f089c4546d4b789916ae8a601056dd98f475068a;hpb=c843ca0a0fffd0ae8d673d5c1244667d2dc23eaa;p=catagits%2FCatalyst-Authentication-Store-Htpasswd.git diff --git a/Changes b/Changes index f089c45..c457203 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +1.004 Wed May 11 13:49:02 BST 2016 + - Fix pod error for Hyperlinks + - Fix pod nit from RT#51733 + +1.003 Sat Oct 04 22:17:30 GMT 2008 + - Typo in Makefile.PL makes the .tgz unpack to + improperly, RT#39817 + +1.002 Thu Oct 02 09:20:30 GMT 2008 + - Add Test::WWW::Mechanize::Catalyst and Test::use::ok + to build_requires. CPANTs will keep hitting me until + I get it right :( + - Add code and docs for user_field configuration option + - Add code and docs for user_class configuration option + 1.001 Mon Sept 29 18:56:30 GMT 2008 - Remove Tangram from test application models so that tests pass for other people. FAIL.