diff options
author | dfhoughton <dfhoughton@gmail.com> | 2020-03-07 14:05:02 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2020-03-07 14:05:02 -0500 |
commit | 38518e3450f7887d3997fb809a3f437e2e1ecd98 (patch) | |
tree | 64a5ae83a8489ae1a411df59b6c963a7e28306df /CHANGES.md | |
parent | b41efb6ccc6174b6c0d2cd05f2b42c1ce8b653e8 (diff) | |
download | two-timer-38518e3450f7887d3997fb809a3f437e2e1ecd98.zip |
various fixes and changes -- see CHANGES.md
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ # Change Log +## 2.0.0 *2020-3-7* +* fixing specific time to specific time pattern: "noon yesterday through midnight today" +* allow parsing of hours with leading 0; e.g., "08:57:29" +* added "month the nth" pattern -- "July the 4th", "November the Fifth" +* ***IMPORTANT*** changing the nature of daytimes -- "3 PM", "13:14" -- so their period is always 1 second; this seems +more intuitively correct to me, but it changes the semantics sufficiently that I thought it necessary to bump the major version number ## 1.3.4 * fixed panic when parsing "24" ## 1.3.3 |