Skip to content

Commit fa437ce

Browse files
committed
Release 0.39.2
1 parent 320390e commit fa437ce

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ social:
128128
# Home Assistant release details
129129
current_major_version: 0
130130
current_minor_version: 39
131-
current_patch_version: 1
132-
date_released: 2017-02-27
131+
current_patch_version: 2
132+
date_released: 2017-03-01
133133

134134
# Either # or the anchor link to latest release notes in the blog post.
135135
# Must be prefixed with a # and have double quotes around it.
136-
patch_version_notes: "#release-0391---february-27"
136+
patch_version_notes: "#release-0391---march-1"

source/_posts/2017-02-25-config-panel-and-state-restoration.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,13 @@ And a final shout out to [Pascal][@pvizeli]. He keeps improving the performance
198198
- Add workaround for Paho out of memory issues ([@pvizeli])
199199
- When an error occurs while storing group config, fail instead of wiping config. ([@balloob])
200200

201+
### {% linkable_title Release 0.39.1 - February 27 %}
202+
203+
- Move Zigbee from eventbus to dispatcher ([@pvizeli])
204+
- Fix discovery taking up all memory and cpu ([@balloob] + [@tomusher])
205+
201206
#### Breaking changes
207+
202208
- VolvoOnCall has been extended with more features and had to be converted to a component
203209
- Limitlessled support for Bridge v6 and RGBWW bulbs require users to specify `version` and `port
204210
- hdmi_cec config now requires users to set the types in the hdmi_cec config instead of using `customize`:
@@ -219,6 +225,7 @@ hdmi_cec:
219225
### Reporting Issues
220226
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
221227

228+
[@tomusher]: https://github.com/tomusher
222229
[@turbokongen]: https://github.com/turbokongen
223230
[@w1ll1am23]: https://github.com/w1ll1am23
224231
[@nugget]: https://github.com/nugget

0 commit comments

Comments
 (0)