0.08 2026-05-07
  - Split RFC2822 into canonical (strict) and RFC2822FWS (permissive) variants.
    The canonical form uses single-space separators and accepts a single
    non-nested comment. RFC2822FWS preserves the original behavior with
    folding white space and nested comments.
  - Add Time::Str::Regexp module providing individually exportable
    precompiled regexes for all supported date/time formats.
  - Validate day name against parsed date (previously accepted without
    verification). Inadvertently omitted from the 0.07 changelog.
  - Use config slicing for MakeMaker::Awesome header and WriteMakefile_arg
    options. Update [@Starter] to v6.0.2 for correct [PrereqsFile] ordering.
    (PR by @Grinnz)
  - Use canonical format names in parse error messages.

0.07 2026-05-06
  - Added optional XS acceleration of time2str (requires C99 compiler).
    Falls back to pure-Perl when no compiler is available.
  - Refactored internals: parsing regexps moved to Time::Str::Regexp,
    pure-Perl implementation moved to Time::Str::PP.

0.06 2026-05-04
  - Expanded RATIONALE with comparison to Date::Parse,
    Date::Parse::Modern, and Time::ParseDate covering numeric date
    ambiguity, two-digit year handling, and timezone abbreviation
    resolution.
  - Added RFC 3501 (IMAP) format support.
  - Added ECMAScript format support.
  - Added UnixStamp format support.

0.05 2026-05-02
  - Added RFC 9557 (IXDTF) format support.
  - Added RATIONALE and LIMITATIONS to POD

0.04 2026-04-29
  - Added ISO 8601 format support.

0.03 2026-04-28
  - Clarified and expanded the Generic format documentation.
  - Added RFC 5280 (PKIX/x509) format support.
  - Added RFC 5545 (iCalendar) format support.

0.02 2026-04-27
  - Added missing Test::Number::Delta to test prerequisites.

0.01 2026-04-26
  - Initial CPAN release.
