Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 1.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.0 - 2020-10-12

Change

  • NetatmoClient::get_station_data returns a modified StationData struct.

    The changes occurred in the sub-struct Administrative. pressureunit is now an Option<u64> and country has been added.

    Attention: This is a breaking change necessary due to different responses from some Netatmo devices.

0.3.0 - 2020-01-27

Add