From 05c8a99a8e44a4f1c073bab66af50c662db1ba11 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 24 Jun 2018 23:55:14 -0400 Subject: [PATCH] New feature support! --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddb1e6..01a7fc7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ The issues to be resolved before version 1.0: **Functionality**: -1. We don't support weekday parsing. In the Python side this is accomplished via `dateutil.relativedelta` +1. -We don't support weekday parsing. In the Python side this is accomplished via `dateutil.relativedelta`- +Supported in v0.8 2. Named timezones aren't supported very well. [chrono_tz](https://github.com/chronotope/chrono-tz) theoretically would provide support, but I'd also like some helper things available (e.g. "EST" is not a named zone in `chrono-tz`).