summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2020-03-07 14:05:02 -0500
committerdfhoughton <dfhoughton@gmail.com>2020-03-07 14:05:02 -0500
commit38518e3450f7887d3997fb809a3f437e2e1ecd98 (patch)
tree64a5ae83a8489ae1a411df59b6c963a7e28306df /CHANGES.md
parentb41efb6ccc6174b6c0d2cd05f2b42c1ce8b653e8 (diff)
downloadtwo-timer-38518e3450f7887d3997fb809a3f437e2e1ecd98.zip
various fixes and changes -- see CHANGES.md
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index dc0f297..9a60268 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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