Skip to content

Commit 5d99d73

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent cdf7077 commit 5d99d73

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"files.associations": {
3+
"*.tcc": "cpp",
4+
"string": "cpp",
5+
"unordered_map": "cpp",
6+
"unordered_set": "cpp",
7+
"string_view": "cpp"
8+
}
9+
}

rmw_implementation/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rmw_implementation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.4 (2025-03-11)
6+
------------------
7+
* Added rmw_event_type_is_supported (`#250 <https://github.com/ros2/rmw_implementation/issues/250>`_)
8+
* Contributors: Alejandro Hernández Cordero
9+
510
3.0.3 (2024-11-20)
611
------------------
712
* Make sure to find_package(rmw) in rmw_implementation. (`#242 <https://github.com/ros2/rmw_implementation/issues/242>`_)

test_rmw_implementation/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package test_rmw_implementation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.4 (2025-03-11)
6+
------------------
7+
* Added rmw_event_type_is_supported (`#250 <https://github.com/ros2/rmw_implementation/issues/250>`_)
8+
* Added rmw_event_check_compatible
9+
* fix return typoe
10+
* updated name and use in wait_set test
11+
---------
12+
* Update expectations of tests to remain compatible with non-DDS middlewares (`#248 <https://github.com/ros2/rmw_implementation/issues/248>`_)
13+
* use rmw_enclave_options_xxx APIs instead. (`#247 <https://github.com/ros2/rmw_implementation/issues/247>`_)
14+
* Fix up some overwritten errors. (`#246 <https://github.com/ros2/rmw_implementation/issues/246>`_)
15+
That is, make sure to clear out errors where we should.
16+
We also slightly rewrite some of the testing around
17+
unsupported APIs, so that they make more sense.
18+
* Contributors: Alejandro Hernández Cordero, Chris Lalancette, Tomoya Fujita, yadunund
19+
520
3.0.3 (2024-11-20)
621
------------------
722

0 commit comments

Comments
 (0)