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>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rcl_yaml_param_parser</name>
<version>1.1.7</version>
<version>1.1.8</version>
<description>Parse a YAML parameter file and populate the C data structure.</description>
<maintainer email="anup.pemmaiah@apex.ai">Anup Pemmaiah</maintainer>
<license>Apache License 2.0</license>