Skip to content

Commit 8518630

Browse files
committed
CHANGELOG updated for release.
1 parent e3eedd2 commit 8518630

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
History of the project development
33

44
## [Unreleased] yyyy-mm-zz
5-
The issue #16 changes its public member function. But it is referred internally from ::rpp_driver::Adau1361 class. Not called by user program. Then, the major version number is not needed to change.
5+
### Added
6+
### Changed
7+
### Deprecated
8+
### Removed
9+
### Fixed
10+
### Security
11+
### Known Issue
12+
13+
## [v1.1.0] 2024-10-21
14+
Update to the v1.0.0. The major change is the SdkWrapper class. This class is now generated by script instead of manual programming.
615

7-
The issue #12 removed public class I2cMasterInterface. But it is referred internal only for Unit test. So, the major version number is not needed to change.
16+
- The issue #16 changes its public member function. But it is referred internally from ::rpp_driver::Adau1361 class. Not called by user program. Then, the major version number is not needed to change.
17+
- The issue #12 removed public class I2cMasterInterface. But it is referred internal only for Unit test. So, the major version number is not needed to change.
818

919
### Added
1020
- [Issue #13](https://github.com/suikan4github/rpp_driver/issues/13) Exclude Mock definition from the GCov coverage.

0 commit comments

Comments
 (0)