We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67a4ad commit 40517deCopy full SHA for 40517de
1 file changed
CHANGELOG.rst
@@ -2,6 +2,16 @@
2
Changelog for package rcutils
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+6.7.0 (2024-04-16)
6
+------------------
7
+* validate the allocator before use. (`#455 <https://github.com/ros2/rcutils/issues/455>`_)
8
+ * validate the allocator before use.
9
+ * address review comments.
10
+ - validate allocator only if the function specifically uses.
11
+ - argument null check comes before validation of value.
12
+ ---------
13
+* Contributors: Tomoya Fujita
14
+
15
6.6.0 (2024-03-28)
16
------------------
17
* feat: Add human readable date to logging formats (`#441 <https://github.com/ros2/rcutils/issues/441>`_)
0 commit comments