summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMarc Schreiber <info@schrieveslaach.de>2019-09-14 11:07:09 +0200
committerDoug Tangren <d.tangren@gmail.com>2019-09-14 18:07:09 +0900
commit63ef2b3b66616055535d9ad43253de1df83ab527 (patch)
tree0f75b9ce94f1878c7249c42bc1807102bd4a583b /CHANGELOG.md
parent779ac244658d7641458ad669620c02f71037a8d3 (diff)
feat: use chrono to deserialize date times (#190)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6320ce4..6809071 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.6.0
+
+* add chrono as an optional feature [#190](https://github.com/softprops/shiplift/pull/190)
+
# 0.5.0
* make tls an optional dependency [#130](https://github.com/softprops/shiplift/pull/130)