You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,19 @@
2
2
History of the project development
3
3
4
4
## [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.
6
15
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.
8
18
9
19
### Added
10
20
-[Issue #13](https://github.com/suikan4github/rpp_driver/issues/13) Exclude Mock definition from the GCov coverage.
0 commit comments