Version 0.29.7

This commit is contained in:
Paulus Schoutsen 2016-10-04 21:05:34 -07:00
parent ae9cc6c529
commit 34d2798f0d
2 changed files with 7 additions and 3 deletions

View file

@ -91,11 +91,15 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r
- Fix Climate Nest platform (@tchellomello, @jawilson)
### {% linkable_title Hotfix 0.29.5 - October 1 %}
### {% linkable_title Hotfix 0.29.6 - October 1 %}
- Fix segmentation fault ([@bbangert], fixes #3453) 🎉
- Fix nested templates in `data_template` would incorrectly get cached ([@balloob])
### {% linkable_title Hotfix 0.29.7 - October 5 %}
- Fix handling SIGTERM and SIGHUP signals (fixes Systemd restart issues) ([@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()`.