summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-01-05 16:36:48 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-01-05 16:36:48 -0500
commit72e71d9a7f94735504ad134226d5949b44fe7023 (patch)
tree1088ff054e736fea295da573ca4610fcd7df17de /CHANGES.md
parentb92350ef6a37fd5e388b77e7eef202878d964922 (diff)
downloadtwo-timer-72e71d9a7f94735504ad134226d5949b44fe7023.zip
some documentation
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index df61a65..72cd5e8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,6 @@
-# 1.0.0
+# Change Log
+
+## 1.0.0
* convert `Date<Utc>` and `DateTime<Utc>` everywhere to `NaiveDate` and `NaiveDateTime`
-* added "weekend" for the expressions "this weekend", "last weekend", etc. \ No newline at end of file
+* added "weekend" for the expressions "this weekend", "last weekend", etc.
+* don't require space between era suffix and year -- "100AD" is as good as "100 AD"