From 887f4ced89c3d189ad4be59d69c794eb54731814 Mon Sep 17 00:00:00 2001 From: Paul Bender Date: Sun, 12 Oct 2025 15:04:04 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adaa735..68e7c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [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