0.016   2023-12-05  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Direct reader to Require::HookPlugin.
0.015   2023-07-23  Released-By: PERLANCAR; Urgency: medium
        - [test] [bugfix] Add basic tests for all hooks, fix a couple of bugs
          (hooks previously not working).
        - [doc] Various improvements to documentation, notably add documentation
          about hook ordering. Annotate code in Synopsis more. Remove mention of
          filter:: subnamespace and replace it with precheck:: and postcheck::.
        - New hooks: debug::dump_source::{stderr,logger}.
0.014   2023-05-03  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Fix POD formatting.
        - [doc] Tweak Synopsis to make it clearer that you can install multiple
          other hooks and they all work.
0.013   2023-04-22  Released-By: PERLANCAR; Urgency: medium
        - Add hook: source::test::code.
        - [doc] Tweak document for source::test::str hook.
0.012   2023-04-22  Released-By: PERLANCAR; Urgency: high
        - Add option -debug.
        - [bugfix] -end was not functioning as advertised.
        - Add hook: source::test::str.
        - [doc] Document import options.
        - [doc] Tweak Synopsis to make example clearer.
        - [internal] Always use our own version of blessed(), to be minimalist.
0.011   2023-02-12  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Mention about debug:: subnamespace.
0.010   2023-02-12  Released-By: PERLANCAR; Urgency: medium
        - Add hooks: test::fail, test::random_fail, test::noop,
          test::noop_all.
0.009   2023-02-12  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Document subnamespace organization.
0.008   2023-02-08  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Add FAQ.
0.007   2023-02-08  Released-By: PERLANCAR; Urgency: medium
        - Add module: Require::HookChain::timestamp::{std,hires}.
        - [hook log::stderr] Add timestamp information.
0.006   2023-02-07  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [ux] Note about Require::HookChain::log::stderr being able to log
          loading of strict.pm and warnings.pm.
0.005   2022-11-15  Released-By: PERLANCAR; Urgency: medium
        - Split Require::HookChain::source::metacpan to its own dist to
          minimize our dependencies.
0.004   2022-11-15  Released-By: PERLANCAR; Urgency: medium
        - Add modules: Require::HookChain::log::{logger,stderr}.
        - [doc][ux] Mention RHC in Require::HookChain.
0.003   2020-11-13  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Update example.
0.002   2020-11-13  Released-By: PERLANCAR; Urgency: medium
	- Rearrange namespace, add category: Require::HookChain::prepend ->
	  Require::HookChain::munge::prepend.
	- Add Require::HookChain::source::metacpan.
	- Add short alias for Require::HookChain: RHC.
0.001   2017-02-18  Released-By: PERLANCAR
        - First release.