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.
