0.025   2024-01-22  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - Update example in Synopsis (thanks Vladimir Varlamov).
0.024   2022-11-04  Released-By: PERLANCAR; Urgency: medium
        - Bump prereq Log::ger::Output::Composite=0.016 to comply with
          Log::ger 0.037+ (RT#136716).
0.023   2022-02-18  Released-By: PERLANCAR; Urgency: medium
        - Observe $main::Default_Log_Level.
0.022   2022-01-16  Released-By: PERLANCAR; Urgency: medium
	- [ux] Enable Screen 0.018's colorize_tags option.
0.021   2021-08-26  Released-By: PERLANCAR; Urgency: medium
	- Use new convention for some known log categories (access -> _access).
0.020   2021-08-24  Released-By: PERLANCAR; Urgency: medium
	- Observe LOG_ADD_STACK_TRACE.
0.019   2021-08-24  Released-By: PERLANCAR; Urgency: medium
	- Observe environment variable LOG_ADD_LOCATION.
0.018   2020-11-11  Released-By: PERLANCAR; Urgency: medium
	- Add import argument: extra_conf.
0.017   2020-11-11  Released-By: PERLANCAR; Urgency: medium
	- [bugfix] Setting 'outputs' argument didn't work.
0.016   2020-11-11  Released-By: PERLANCAR; Urgency: medium
	- Set @IMPORT_ARGS.
0.015   2020-11-02  Released-By: PERLANCAR; Urgency: medium
	- Use homedir on win32 regardless of value of $>.
0.014   2020-04-19  Released-By: PERLANCAR; Urgency: medium
	- Observe LOG_ADD_MEMORY_INFO.
0.013   2019-10-06  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Add FAQ items: how to turn file/screen/syslog logging off.
0.012   2019-10-06  Released-By: PERLANCAR; Urgency: medium
	- Add arguments: file_name, file_dir to allow customizing log
	  file's location.
	- Check for known arguments.
0.011   2019-09-18  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Fix grammar and add example to FAQ item.
0.010   2019-09-17  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Add FAQ item on how to re-set log level.
0.009   2018-12-17  Released-By: PERLANCAR
        - Introduce import argument 'default_level' to set default log level.
	- Observe LOG_GER_APP_DEBUG to show details on how level etc are
	  set.
0.008   2018-08-30  Released-By: PERLANCAR
	- No functional changes.
	- [doc] More tweaks/formatting of documentation.
0.007   2018-08-30  Released-By: PERLANCAR
	- No functional changes.
	- [doc] Add more documentation.
0.006   2018-08-07  Released-By: PERLANCAR
	- Observe LOG_ADD_TIMESTAMP.
0.005   2018-01-17  Released-By: PERLANCAR
	- [Bugfix] Don't even initialize output when level is off (e.g.
	  don't attempt to open file if FILE_LOG_LEVEL is set to off).
0.004   2017-09-07  Released-By: PERLANCAR
	- [doc] Add more examples in Synopsis, tweak description.
	- [Experimental] Accept 'outputs' for specifying extra outputs.
0.003   2017-07-14  Released-By: PERLANCAR
	- [dist] Specify dependency to Log::ger::Layout::Pattern.
0.002   2017-07-12  Released-By: PERLANCAR
	- Add argument: level.
        - Simpler layout for Screen: 'PROGNAME: MESSAGE'.
0.001    2017-07-12  Released-By: PERLANCAR
         - First release. Log::ger::App is a spiritual successor to
           Log::Any::App. Log::ger::App tries to do less and, thanks to
           Log::ger::Output::Composite, will be much simpler.