From 5ce8722fad0749984a621989514fd1846a01ac1b Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Fri, 10 Jul 2020 22:25:41 +0200 Subject: [PATCH] Add changelog entry for release --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b586270..bb2dbb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ... +## [0.3.1] - 2020-07-10 + +### Added +- Added methods to set alarms 1 and 2 with a `chrono::NaiveTime`: `set_alarm1_hms()` + and `set_alarm2_hm()`. + +### Changed +- Changed alarm setting methods to automatically correct invalid values to irrelevant + input parameters due to the selected matching strategy. + ## [0.3.0] - 2020-05-02 ### Changed @@ -45,6 +55,7 @@ this CHANGELOG. [`chrono`]: https://crates.io/crates/chrono [`rtcc`]: https://crates.io/crates/rtcc -[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.3.1...HEAD +[0.3.1]: https://github.com/eldruin/ds323x-rs/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/eldruin/ds323x-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/eldruin/ds323x-rs/compare/v0.1.0...v0.2.0 \ No newline at end of file