2018-10-28 09:31:13 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2018-11-16 17:36:39 +00:00
|
|
|
...
|
|
|
|
|
|
|
|
## [0.2.0] - 2018-11-16
|
|
|
|
|
2018-11-03 07:12:01 +00:00
|
|
|
### Added
|
2018-11-16 17:36:39 +00:00
|
|
|
- Support for configuration of alarms 1 and 2.
|
2018-10-28 09:31:13 +00:00
|
|
|
|
2018-11-03 06:53:01 +00:00
|
|
|
### Changed
|
|
|
|
- [breaking-change] `clear_has_been_stopped_flag()` always sets the value of the status register.
|
|
|
|
|
2018-10-31 10:18:20 +00:00
|
|
|
## 0.1.0 - 2018-10-31
|
|
|
|
|
|
|
|
This is the initial release to crates.io. All changes will be documented in
|
|
|
|
this CHANGELOG.
|
|
|
|
|
2018-11-16 17:36:39 +00:00
|
|
|
[Unreleased]: https://github.com/eldruin/ds323x-rs/compare/v0.2.0...HEAD
|
|
|
|
[0.2.0]: https://github.com/eldruin/ds323x-rs/compare/v0.1.0...v0.2.0
|