Skip to content

Commit

Permalink
Add breaking changes to CHANGELOG
Browse files Browse the repository at this point in the history
Add breaking changes with version 1.0.0 to CHANGELOG
  • Loading branch information
LeonieFierz authored Jan 31, 2025
1 parent 414c8ac commit aa2b0ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- All commands according to data sheet

### Changed

Note that there are breaking changes compared to 0.1.0
- The file and class name has changed from SensirionI2CScd4x to SensirionI2cScd4x (the "c" in I2c is now in lower case)
- all methods that have been named xxxTicks are now named xxxRaw
- getDataReadyFlag has been renamed to getDataReadyStatus

## [0.1.0] - 2021-2-1

### Added
Expand All @@ -20,4 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[Unreleased]: https://github.com/Sensirion/arduino-i2c-scd4x/compare/1.0.0...HEAD
[1.0.0]: https://github.com/Sensirion/arduino-i2c-scd4x/compare/0.1.0...1.0.0
[0.1.0]: https://github.com/Sensirion/arduino-i2c-scd4x/releases/tag/0.1.0
[0.1.0]: https://github.com/Sensirion/arduino-i2c-scd4x/releases/tag/0.1.0

0 comments on commit aa2b0ad

Please sign in to comment.