diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 352de1c..7b51aba 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,8 @@ +## 0.7.0 + +* Some Dialyzer updates +* Convert to using `qdate_localtime` 1.2.0 (which passes dialyzer checks) + ## 0.6.0 * Add `age` and `age_days` functions diff --git a/rebar.config b/rebar.config index 47aff26..de7ef3f 100644 --- a/rebar.config +++ b/rebar.config @@ -3,12 +3,12 @@ {cover_enabled, true}. {dialyzer, [ - {exclude_apps, [qdate_localtime]}, + {exclude_apps, []}, {warnings, []} ]}. {deps, [ erlware_commons, - qdate_localtime + {qdate_localtime, "1.2.0"} ]}. diff --git a/src/qdate.erl b/src/qdate.erl index 2b09b6b..f11c00a 100644 --- a/src/qdate.erl +++ b/src/qdate.erl @@ -4,7 +4,7 @@ % -module(qdate). --compile(export_all). +%-compile(export_all). -export([ start/0,