From 1c6df62bbfedcad3955d7bd1bdc6681b172a7afc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 29 Sep 2016 09:08:38 -0700 Subject: [PATCH] 0.29.3 --- .../_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown index 919c4aa028..e76ac86105 100644 --- a/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown +++ b/source/_posts/2016-09-29-async-sleepiq-emoncms-stocks.markdown @@ -73,6 +73,10 @@ As you might have noticed, this release has been delayed by 5 days. This was due - InfluxDB config fix ([@fabaff], [@lwis]) - Netatmo config fix ([@jabesq]) +### {% linkable_title Hotfix 0.29.3 - September 29 %} + + - Hue config fix ([@pvizeli]) + ### {% linkable_title Breaking changes %} - The template methods `now` and `utcnow` have been changed from variables to methods. To get the current time replace `now` with `now()`.