The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.007   2022-07-27  Released-By: PERLANCAR; Urgency: medium

        - Allow Regexp object to be a key source.

        - Add routines: merge{,_overwrite,_ignore}_hash_subset{,_without}.


0.006   2020-06-11  Released-By: PERLANCAR; Urgency: medium

	- Allow multiple keys sources to include/exclude.


0.005   2019-11-19  Released-By: PERLANCAR; Urgency: medium

	- Add functions: hash{,ref}_subset_without.

	- [doc] Mention Hash::MoreUtils, Tie::Subset::Hash.


0.004   2019-09-20  Released-By: PERLANCAR; Urgency: medium

	- Support producing hashref using a coderef.

	- [doc] Add use-case examples.

	- [doc] Replace mention of unrelated Hash::MostUtils with the more
	  directly related Hash::Util::Pick, mention
	  Bencher::scenarios::HashPicking.


0.003   2019-07-10  Released-By: PERLANCAR; Urgency: low

	- No functional changes.

	- [doc] Fix some typos/mistakes.


0.002   2019-07-10  Released-By: PERLANCAR; Urgency: low

	- No functional changes.

	- Mention perl hash slice notation and the difference with
	  hash_subset.

	- Rename variable to be clearer.


0.001   2019-07-10  Released-By: PERLANCAR

        - First release.