This commit is contained in:
Jacob Perron 2020-10-07 10:41:11 -07:00
parent 7c1f2746f4
commit 46e9ff8032
8 changed files with 31 additions and 4 deletions

View file

@ -2,6 +2,15 @@
Changelog for package rcl_yaml_param_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1.1.8 (2020-10-07)
------------------
* Fix yaml parser error when meets .nan (refactor on `#754 <https://github.com/ros2/rcl/issues/754>`_) (`#781 <https://github.com/ros2/rcl/issues/781>`_) (`#785 <https://github.com/ros2/rcl/issues/785>`_)
* Refactor parser.c for better testability (`#754 <https://github.com/ros2/rcl/issues/754>`_) (`#784 <https://github.com/ros2/rcl/issues/784>`_)
* Don't overwrite cur_ns pointer if reallocation fails (`#780 <https://github.com/ros2/rcl/issues/780>`_) (`#783 <https://github.com/ros2/rcl/issues/783>`_)
* Set yaml_variant values to NULL on finalization (`#765 <https://github.com/ros2/rcl/issues/765>`_) (`#782 <https://github.com/ros2/rcl/issues/782>`_)
* Fix rcl_parse_yaml_file() error handling (`#776 <https://github.com/ros2/rcl/issues/776>`_) (`#786 <https://github.com/ros2/rcl/issues/786>`_)
* Contributors: Michel Hidalgo, Stephen Brawner
1.1.7 (2020-08-03)
------------------
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_) (`#724 <https://github.com/ros2/rcl/issues/724>`_)