- fix tests so work on Perl 5.37.3 - thanks @tonycoz
1.56 2022-09-02
- fix repo metadata - thanks @mschilli for report
1.55 2022-06-02
- fix Appender::File bug on Windows when different volume
- add autoflush option to Log::Log4perl::Appender::Screen - thanks @abraxxa
- stderr option for Appender::Screen* can take hash - thanks @bmodotdev
1.54 2021-02-06
- set real versions for some modules - thanks @eserte for report
1.53 2020-09-17
- fix the broken "improved detection of modules" change
1.52 2020-09-07
- fix tests to work better on Windows
- doc fixes - thanks @whosgonna, @plicease, @simon04, @willsheppard
- improve detection of layout modules already available - thanks @KES777
- remove circular dependency in Log::Log4perl::Appender - thanks @lharey
1.51 2020-09-05
- test improvements removing race conditions
- minimum Perl 5.6
1.50 2020-07-22
- (ms) Fix for slow unlinking on Windows test - thanks @zhiyuan-lin
- (ms) [rt.cpan.org #121346] Gabor Kanizsai reported a regression
with empty messages logged via syswrite(). Fixed with test
case.