summaryrefslogtreecommitdiff
path: root/CHANGES.md
blob: 72cd5e8f80d1b6f35ea5b11b06b3c494c36fe036 (plain)
1
2
3
4
5
6
# 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.
* don't require space between era suffix and year -- "100AD" is as good as "100 AD"