Update changelog.

Paul Bender 2025-10-12 15:04:04 -07:00
parent 97db2af80e
commit 887f4ced89
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Added
- [breaking-change] Return Error::InvalidInputData when attempting to set the year to something
outside of the range 2000-2099 because all chips have a problem with the year 2100 and beyond.
- [breaking-change] Return Error::InvalidDeviceCentury when attempting to get a date and/or time value
and the the device's century bit is set because all chips have a problem withe year 2100 and beyond.
## [0.7.0] - 2025-10-11
### Added