0.013   2020-03-10  Released-By: PERLANCAR; Urgency: medium
	- Support exporting old name gen_args_validator [RT#132065].
0.012   2020-02-05  Released-By: PERLANCAR; Urgency: medium
	- Add function: validate_args_using_meta().
	- [incompatible change] Rename gen_args_validator ->
	  gen_args_validator_from_meta (old name is deprecated but still works
	  for now).
0.011   2019-04-15  Released-By: PERLANCAR
	- Update to Rinci 1.1.88 (slurpy).
0.010   2016-06-02  Released-By: PERLANCAR
        - [optimize] Some minor optimizations: no need to declare/set
          $_sahv_dpath when not needed, reduce number of checks for wrong number
          of arguments.
        - Adjust to Data::Sah 0.79 (introduced v to compilation result, modules
          becomes array of records).
0.009   2016-05-26  Released-By: PERLANCAR
	- No functional changes.
	- Add test: checking too many arguments.
	- Fix missing closing parenthesis in generated error message.
0.008   2016-05-25  Released-By: PERLANCAR
        - Support args_as=array & args_as=arrayref.
0.007   2016-05-25  Released-By: PERLANCAR
        - Add option: die=>1.
0.006   2016-05-25  Released-By: PERLANCAR
	- [Incompatible change] Change interface from validate_args() to
          gen_args_validator() which should be faster.
        - Move documentation about alternate ways of validating function/method
	  arguments to Data::Sah::Manual::ParamsValidating.
0.005   2016-05-24  Released-By: PERLANCAR
	- Increase minimum prereq version Data::Sah to 0.76 due to changed
	  error message format [RT#114616].
0.004   2016-05-23  Released-By: PERLANCAR
	- No functional changes.
	- [doc] Expand documentation.
0.003   2016-05-23  Released-By: PERLANCAR
	- No functional changes.
	- [Optimization] Minor optimization, we don't need to use validator
	  with return_type=str+val but just str.
0.002   2016-05-23  Released-By: PERLANCAR
	- [Bugfix] Set argument default value from arg spec property must
	  be done even when $args{arg} does not exist.
0.001   2016-05-23  Released-By: PERLANCAR
         - First release.