Skip to content

Commit 6e683ff

Browse files
committed
add old changelog entries
1 parent 8cac0e3 commit 6e683ff

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Changed
2121

22-
Note that there are breaking changes compared to 0.1.0
23-
- You need to call scd4x_init(SCD41_I2C_ADDR_62); befor sending any command to set the I2c address of the sensor
22+
Note that there are breaking changes:
23+
- You need to call scd4x_init(SCD41_I2C_ADDR_62); before sending any command t
2424
- all methods that have been named xxxTicks are now named xxxRaw
2525
- getDataReadyFlag has been renamed to getDataReadyStatus
2626
- data type for parameter count in HAL implementation has been changed from uint16_t to uint8_t
@@ -31,13 +31,30 @@ Note that there are breaking changes compared to 0.1.0
3131
- removed read_measurement convenience method - see bugfix 1.0.1 where it is added again
3232

3333

34-
## [0.1.0] - 2021-2-1
34+
## [0.2.1] - 2021-04-30
35+
36+
### Changed
37+
38+
* Increase timing for single shot from 1350ms to 5000ms
39+
* Increase timing for self test from 5500ms to 10000ms
40+
41+
42+
## [0.2.0] - 2021-03-01
3543

3644
### Added
45+
- Convenience interfaces taking care of unit conversion to and from ticks.
46+
47+
### Fixed
48+
- wake-up interface handles missing ACK from sensor on wake up.
49+
50+
51+
## [0.1.0] - 2021-01-28
52+
53+
Initial release
3754

38-
- Initial version
39-
- Check latest 0.x.x version for changelog prior to version 1.0.0
4055

4156
[Unreleased]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/1.0.0...HEAD
42-
[1.0.0]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.1.0...1.0.0
43-
[0.1.0]: https://github.com/Sensirion/embedded-i2c-scd4x/releases/tag/0.1.0
57+
[1.0.0]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.2.1...1.0.0
58+
[0.2.1]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.2.0...0.2.1
59+
[0.2.0]: https://github.com/Sensirion/embedded-i2c-scd4x/compare/0.1.0...0.2.0
60+
[0.1.0]: https://github.com/Sensirion/embedded-i2c-scd4x/releases/tag/0.1.0

0 commit comments

Comments
 (0)