All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Update usage of Catch2 for version 3.x.
- Export boost and dr_util as transitive dependency to facilitate static linking.
- Remove support for the ROS parameter server.
- Add
mergeYamlNodes
to merge YAML nodes.
- Fix namespace problems for encoding of std::map.
- Add missing
#include <sstream>
inyaml.cpp
- Add LICENSE file with Apache v2.0 license.
- Link with --as-needed.
- Fix missing include for std::runtime_error.
- Possibility to parse YAML nodes in YAML::Node.
- Fix deprecation warnings during compilation and in tests.