Revision history for Perl distribution Log-Any-Functions

0.06 - 2024-07-22

 - Restore the default semantic for fatal as of 0.04, to not break existing
   code.

0.05 - 2024-07-17

 - By default no longer send the whole log message to the die() method when
   logging at a fatal level.
 - Add a ':die_repeats_msg' import option to allow sending the whole message to
   the die() method.

0.04 - 2024-05-09

 - Require a relatively recent version of Log::Any, to avoid some bug in older
   versions.

0.03 - 2024-05-05

 - Improvement to the documentation.

0.02 - 2024-05-05

 - Improvement to the POD syntax for the documentation.
 - Allow to configure the logging from the command line (similar to
   Log::Log4perl::CommandLine). Useful for tests or very simple programs.

0.01 - 2024-04-24

 - Initial release