Release 0.39.3

This commit is contained in:
Paulus Schoutsen 2017-03-03 19:31:38 -08:00
parent 00b5161955
commit 94d297917e
2 changed files with 7 additions and 3 deletions

View File

@ -128,9 +128,9 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 39 current_minor_version: 39
current_patch_version: 2 current_patch_version: 3
date_released: 2017-03-01 date_released: 2017-03-04
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.
patch_version_notes: "#release-0392---march-1" patch_version_notes: "#release-0393---march-4"

View File

@ -203,6 +203,10 @@ And a final shout out to [Pascal][@pvizeli]. He keeps improving the performance
- Move Zigbee from eventbus to dispatcher ([@pvizeli]) - Move Zigbee from eventbus to dispatcher ([@pvizeli])
- Fix discovery taking up all memory and cpu ([@balloob] + [@tomusher]) - Fix discovery taking up all memory and cpu ([@balloob] + [@tomusher])
### {% linkable_title Release 0.39.3 - March 4 %}
- Prevent discovered services and devices to be handled twice (@colinodell)
#### Breaking changes #### Breaking changes
- VolvoOnCall has been extended with more features and had to be converted to a component - VolvoOnCall has been extended with more features and had to be converted to a component