CHANGELOG
Changelog for package rcl_logging_spdlog
2.3.1 (2022-11-07)
2.3.0 (2022-03-01)
2.2.1 (2022-01-14)
Fix include order for cpplint (#84) Relates to https://github.com/ament/ament_lint/pull/324
Update maintainers to Chris Lalancette (#83)
Contributors: Audrow Nash, Jacob Perron
2.2.0 (2021-11-18)
Fix renamed rcpputils header (#81)
Contributors: Abrar Rahman Protyasha
2.1.3 (2021-09-16)
Update includes after rcutils/get_env.h deprecation (#75)
Contributors: Christophe Bedard
2.1.2 (2021-04-06)
updating quality declaration links (re: ros2/docs.ros2.org#52) (#73)
Contributors: shonigmann
2.1.1 (2021-01-25)
Include what you use (#71)
Contributors: Ivan Santiago Paunovic
2.1.0 (2020-12-08)
Update QD to QL 1 (#66)
Make sure to check return value from external_initialize. (#65)
updated QD section 3.i and 3ii and spelling error (#63)
rcl_logging_spdlog: Increased QL to 2 in QD
Updated spdlog QL in QD
Make internal dependencies private (#60)
[rcl_logging_spdlog] Add warnings (#54)
Allow configuring logging directory through environment variables (#53)
Update the maintainers. (#55)
Added benchmark test to rcl_logging_spdlog (#52)
Used current_path() function from rcpputils (#51)
Add fault injection unittest to increase coverage (#49)
Contributors: Alejandro Hernández Cordero, Audrow Nash, Chris Lalancette, Christophe Bedard, Shane Loretz, Stephen Brawner, ahcorde, brawner
2.0.1 (2020-07-21)
2.0.0 (2020-06-18)
1.0.0 (2020-05-26)
Add some preliminary functional tests (#36)
warn about unused return value for set_logger_level (#38)
Added features to rcl_logging_spdlog (#35)
Added public API documentation for log4cxx and spdlog (#32)
Current state Quality Declaration, Contributing and Readme files (#29)
Contributors: Alejandro Hernández Cordero, Dirk Thomas, Jorge Perez, Scott K Logan
0.4.0 (2020-04-24)
0.3.3 (2019-10-23)
Fix Clang warning about possible uninitialized variable (#21)
Contributors: Jacob Perron
0.3.2 (2019-10-07)
spdlog is a header-only library, so the exported dep isn’t needed. (#19)
Contributors: Chris Lalancette
0.3.1 (2019-10-03)
Implement a backend logger using spdlog. (#17)
Contributors: Chris Lalancette