diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 16:36:48 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-01-05 16:36:48 -0500 |
commit | 72e71d9a7f94735504ad134226d5949b44fe7023 (patch) | |
tree | 1088ff054e736fea295da573ca4610fcd7df17de /CHANGES.md | |
parent | b92350ef6a37fd5e388b77e7eef202878d964922 (diff) | |
download | two-timer-72e71d9a7f94735504ad134226d5949b44fe7023.zip |
some documentation
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |