Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Jul 24, 2024
1 parent 6743223 commit fad2bec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package rcpputils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.13.0 (2024-07-24)
-------------------
* Deprecated path class (`#196 <https://github.com/ros2/rcpputils/issues/196>`_)
* Replace create_temp_directory with the new create_temporary_directory (`#198 <https://github.com/ros2/rcpputils/issues/198>`_)
* Replace create_temp_directory with the new create_temporary_directory
- The newly added `create_temporary_directory(..)` uses
std::filesystem::path and doesn't have platform-specific code.
- Also deprecated `create_temp_directory(..)` and `temp_directory_path`
* Removed deprecated header get_env.hpp (`#195 <https://github.com/ros2/rcpputils/issues/195>`_)
* Removed rolling mean accumulator deprecated header (`#194 <https://github.com/ros2/rcpputils/issues/194>`_)
* Removed deprecated clamp methods (`#193 <https://github.com/ros2/rcpputils/issues/193>`_)
* Contributors: Alejandro Hernández Cordero, Michael Orlov

2.12.0 (2024-04-26)
-------------------

Expand Down

0 comments on commit fad2bec

Please sign in to comment.