X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fgit-codeowners;a=blobdiff_plain;f=Changes;h=c16ac389de3c5b82055a57fdc4c840eeb2046fd5;hp=b3fd08e0e6d40d0fc82fca48e2929412466c8063;hb=394cf108a349a62a3ae7a5d0137b9c8a90faac5b;hpb=f85ac243855fd6bd289b95d46514d12527adf7ea diff --git a/Changes b/Changes index b3fd08e..c16ac38 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,24 @@ Revision history for App-Codeowners. {{$NEXT}} +0.48 2020-01-21 10:13:14-07:00 MST7MDT + * Add rename_project and update_owners_by_project functions. + * No changes to the CLI. + +0.47 2019-11-17 17:36:49-07:00 MST7MDT + * Configure git in unit tests to avoid unnecessary test failures. + * Compare long paths on win32 (thanks CPAN testers). + +0.46 2019-11-16 22:58:17-07:00 MST7MDT + * Declare dependency on Path::Tiny 0.089 (thanks CPAN testers). + +0.45 2019-11-14 22:30:14-07:00 MST7MDT + * Pod::Usage is now optional for the benefit of Git for Windows. + +0.44 2019-11-14 21:33:01-07:00 MST7MDT + * Attempt to fix more compatibility issues (thanks CPAN testers). + * Honor COLOR_DEPTH=0 to disable ANSI color codes. + 0.43 2019-11-13 10:12:01-07:00 MST7MDT * Fix "create" and "update" commands... to actually work.