The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.006   2019-07-21  Released-By: PERLANCAR; Urgency: low

	- [ux] Tweak completion for dow_num/month_num: remove abbreviated
	  entries to ease completion.

	- [dist] Edit urgency of v0.005.


0.005   2019-07-21  Released-By: PERLANCAR; Urgency: low

	- Add x.completion to date::month_num{,s}.


0.004   2019-06-24  Released-By: PERLANCAR

	- Add x.completion rules (Perinci::Sub::XCompletion::*) for
	  date::dow_num{,s} and date::month_num{,s}.


0.003   2019-06-20  Released-By: PERLANCAR

	- [ux] Add schemas: date::dow_nums, date::month_nums.


0.002   2019-06-20  Released-By: PERLANCAR

	- [bugfix] Derp, for coerce rule from day-of-week name to number,
	  Monday=1 not Sunday=1 since we're following DateTime's definition.


0.002   2019-06-20  Released-By: PERLANCAR

        - Add coerce rule for date::month_num: str_convert_en_month_name_to_num
          (from English month name).

        - Add schemas: date::dow_num, date::dow_name::en.


0.001   2017-06-17  Released-By: PERLANCAR

        - First release.