Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.53 KB

CHANGELOG.rst

File metadata and controls

37 lines (30 loc) · 1.53 KB

Changelog for package rosidl_dynamic_typesupport

0.3.0 (2024-11-20)

  • Drop support for long double/float128. (#12)
  • Contributors: Chris Lalancette

0.2.0 (2024-04-26)

0.1.2 (2023-09-07)

  • uchar: fix conditional include/typedef (#10)
  • uchar: use __has_include(..) on separate line (#8)
  • Refactor the handling of nested types. (#7)
  • Contributors: Chris Lalancette, G.A. vd. Hoorn

0.1.1 (2023-07-11)

  • Add C++ version check to char16 definition (#3)
  • Contributors: Antonio Cuadros

0.1.0 (2023-04-28)

0.0.3 (2023-04-12)

  • Fix up the exports for rosidl_dynamic_typesupport. (#5)
  • Contributors: Chris Lalancette

0.0.2 (2023-04-11)

  • Refactor dynamic message type support impl to use allocators (#2)
  • Runtime Interface Reflection: rosidl_dynamic_typesupport (#1)
  • Contributors: methylDragon, William Woodall