Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1942 Add FileName, Path, PathName, GroupName to c…
Browse files Browse the repository at this point in the history
…hangelog

Signed-off-by: Christian Eltzschig <[email protected]>
  • Loading branch information
elfenpiff committed Mar 31, 2023
1 parent cb603b1 commit dff4208
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions doc/website/release-notes/iceoryx-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- Implement PolymorphicHandler [\#1640](https://github.com/eclipse-iceoryx/iceoryx/issues/1640)
- Implement SemanticString as base class for strong string types. [\#1942](https://github.com/eclipse-iceoryx/iceoryx/issues/1942)
- Implement UserName as strong string type to represent posix user names. [\#1942](https://github.com/eclipse-iceoryx/iceoryx/issues/1942)
- Implement FileName, GroupName, Path, File as strong string types. [\#1942](https://github.com/eclipse-iceoryx/iceoryx/issues/1942)

**Bugfixes:**

Expand Down
1 change: 0 additions & 1 deletion iceoryx_hoofs/posix/vocabulary/source/file_name.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ bool file_name_does_contain_invalid_content(const string<platform::IOX_MAX_FILEN
}
} // namespace details
} // namespace iox

1 change: 0 additions & 1 deletion iceoryx_hoofs/posix/vocabulary/source/file_path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ bool file_path_does_contain_invalid_content(const string<platform::IOX_MAX_PATH_
}
} // namespace details
} // namespace iox

1 change: 0 additions & 1 deletion iceoryx_hoofs/posix/vocabulary/source/path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ bool path_does_contain_invalid_content(const string<platform::IOX_MAX_PATH_LENGT
}
} // namespace details
} // namespace iox

0 comments on commit dff4208

Please sign in to comment.