From bf7f84590f89d233c9ceeed201a1186ee1de9fca Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Fri, 26 Feb 2016 13:51:14 -0600 Subject: [PATCH] Update readme --- README.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4901342..d04e16d 100644 --- a/README.markdown +++ b/README.markdown @@ -776,7 +776,6 @@ See [CHANGELOG.markdown](https://github.com/choptastic/qdate/blob/master/CHANGEL + Make `qdate` backend-agnostic (allow specifying either ec_date or dh_date as the backend) + Add `-spec` and `-type` info for dialyzer -+ Provide a sample qdate.config for users to see + Research the viability of [ezic](https://github.com/drfloob/ezic) for a timezone backend replacement for `erlang_localtime`. + Add age calculation stuff: `age_years(Date)`, `age_minutes(Date)`, etc.