From 8568818513d8d9912e5f9d6a3810b0b4793eb2e2 Mon Sep 17 00:00:00 2001 From: Jacob <79695265+jnuernberg@users.noreply.github.com> Date: Sun, 14 Aug 2022 22:13:41 +0200 Subject: [PATCH] added changelog.md --- CHANGLOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGLOG.md diff --git a/CHANGLOG.md b/CHANGLOG.md new file mode 100644 index 0000000..4b0082a --- /dev/null +++ b/CHANGLOG.md @@ -0,0 +1,17 @@ +# Changelog + +When adding new features to the repository (i.e. by merging your PR), please add your changes to the section with the upcoming version. With every build, this section becomes the next version, and a new upcoming section is created. + +## -- Upcoming -- +- Overloaded `getAXTime()` methods with `bool clearAlarmBits` flag. +- Introduced Changelog + + +## v1.1.1 +- Overloaded `checkIfAlarm()` function with optinal parameter to suppress clearing of the alarm flags +- Introduced new alarm examples working with polling and interrupting code +- Addressed an issue with naming in the declaration: Standard naming now uses `myRTC` instead of `Clock`. + + +## v1.1.0 +This is the last code version, whos changes are not covered in the changelog.