-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa4d16e
commit 8568818
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |