Version 0.29.4

This commit is contained in:
Paulus Schoutsen 2016-09-29 18:59:43 -07:00
parent 048e019f01
commit 1d43a195f0
2 changed files with 9 additions and 3 deletions

View file

@ -70,13 +70,19 @@ As you might have noticed, this release has been delayed by 5 days. This was due
### {% linkable_title Hotfix 0.29.2 - September 29 %}
- InfluxDB config fix ([@fabaff], [@lwis])
- InfluxDB config fix ([@fabaff], reported by [@lwis])
- Netatmo config fix ([@jabesq])
### {% linkable_title Hotfix 0.29.3 - September 29 %}
- Hue config fix ([@pvizeli])
### {% linkable_title Hotfix 0.29.4 - September 30 %}
- Alexa config fix ([@baloob], reported by [@lwis])
- Envisalink discovery fix ([@cinntax])
- Acer Projector 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()`.