Skip to content

Commit

Permalink
Updated CHANGELOG.md and fixed linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Jun 10, 2024
1 parent 87c763b commit 2458ad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- manipulation SetSystemContextActivationStateAndContextAssociation for combined settings
- manipulation CreateContextStateWithAssocAndSpecificValidatorAndSpecificIdentification for contexts
- manipulation CreateContextStateWithAssocAndSpecificValidatorAndExcludedIdentification for contexts

## [4.1.0] - 2024-02-22

Expand Down
3 changes: 3 additions & 0 deletions src/t2iapi/context/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ enum ContextType {
CONTEXT_TYPE_ENSEMBLE = 5;
}

/*
Represents elements of type pm:Identification from IEEE Std 11073-10207-2017.
*/
message Identification {
google.protobuf.StringValue root = 1; // @Root of pm:Identification
google.protobuf.StringValue extension = 2; // @Extension of pm:Identification
Expand Down

0 comments on commit 2458ad6

Please sign in to comment.