Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fo changelog for version 1.1.2 #84

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 27 additions & 5 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,34 @@
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.
- Added `tests` directory for rudimentary unit tests
- Added Arduino test script for `getAXTime()` methods
- Introduced Changelog
- PR #66 fixes a bug in setEpoch() and adds an example

- [PR00](https://github.com/NorthernWidget/DS3231/pull/00) Description of change
* this is just a placeholder: to be replaced with first unreleased change


## v1.1.2

- [PR77](https://github.com/NorthernWidget/DS3231/pull/77) CI by compiling the examples
- [PR75](https://github.com/NorthernWidget/DS3231/pull/75) Rename "pde" extensions to "ino" according to Arduino IDE convention
- [PR69](https://github.com/NorthernWidget/DS3231/pull/69) Resolve non-fatal compiler warnings in DateTime::DateTime(uint32_t)
- [PR66](https://github.com/NorthernWidget/DS3231/pull/66) add new example and BUGFIX for `__AVR__` for function `DS3231::setEpoch()`
* fixes a bug in setEpoch() and adds an example
- [PR62](https://github.com/NorthernWidget/DS3231/pull/62) AlarmBits parameter not initialized in getA1Time and getA2Time [#51](https://github.com/NorthernWidget/DS3231/issues/51)
* Added `tests` directory for rudimentary unit tests
* Overloaded `getAXTime()` methods with `bool clearAlarmBits` flag.
* Added Arduino test script for `getAXTime()` methods
- [PR61](https://github.com/NorthernWidget/DS3231/pull/61) Checkifalarm issue [#9](https://github.com/NorthernWidget/DS3231/issues/9)
- [PR58](https://github.com/NorthernWidget/DS3231/pull/58) Optional clear flag in checkIfAlarm() [#9](https://github.com/NorthernWidget/DS3231/issues/9)
- Documentation and examples updates:
* [PR80](https://github.com/NorthernWidget/DS3231/pull/80) corrects description of getYear() to resolve issue [#78](https://github.com/NorthernWidget/DS3231/issues/78)
* [PR73](https://github.com/NorthernWidget/DS3231/pull/73) adding links to the documentation for each public function
* [PR72](https://github.com/NorthernWidget/DS3231/pull/72) document utility functions
* [PR70](https://github.com/NorthernWidget/DS3231/pull/70) Alarm documentation and examples
* [PR67](https://github.com/NorthernWidget/DS3231/pull/67) Time-Set functions, defaults in setEpoch()
* [PR63](https://github.com/NorthernWidget/DS3231/pull/63) Remove Perform-Calculations section
* [85688185](https://github.com/NorthernWidget/DS3231/commit/8568818513d8d9912e5f9d6a3810b0b4793eb2e2) Introduced Changelog
* [PR59](https://github.com/NorthernWidget/DS3231/pull/59) Finished first draft revision of README
* [PR57](https://github.com/NorthernWidget/DS3231/pull/57) Example/interrupt

## v1.1.1
- Overloaded `checkIfAlarm()` function with optinal parameter to suppress clearing of the alarm flags
Expand Down