Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Feb 7, 2020
1 parent b66df69 commit 8864be3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package class_loader
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.4.2 (2020-02-07)
------------------
* Add Python 3 support to header update scripts. (`#122 <https://github.com/ros/class_loader/issues/122>`_)
* Set test dll runtime output to CATKIN_PACKAGE_BIN_DESTINATION on Windows. (`#113 <https://github.com/ros/class_loader/issues/113>`_)
* Improve warning message formatting and detail. (`#108 <https://github.com/ros/class_loader/issues/108>`_)
* Add export to variable in order to allow builds on Windows. (`#102 <https://github.com/ros/class_loader/issues/102>`_)
* Ignore warnings about import/exports when deriving from std classes on MSVC. (`#116 <https://github.com/ros/class_loader/issues/116>`_)
* Use #pragma message() to print out warnings in MSVC. (`#114 <https://github.com/ros/class_loader/issues/114>`_)
* Avoid including Poco headers globally. (`#115 <https://github.com/ros/class_loader/issues/115>`_)
* Make Steven! Ragnarok the maintainer (`#107 <https://github.com/ros/class_loader/issues/107>`_)
* Fix non-defined CMake variable (forward-port to Melodic). (`#97 <https://github.com/ros/class_loader/issues/97>`_)
* Contributors: James Xu, Johnson Shih, Markus Grimm, Mikael Arguedas, Robert Haschke

0.4.1 (2018-04-27)
------------------
* Provide std::shared_ptr interface (`#95 <https://github.com/ros/class_loader/issues/95>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>class_loader</name>
<version>0.4.1</version>
<version>0.4.2</version>
<description>
The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of said exported classes without the explicit declaration (i.e. header file) for those classes.
</description>
Expand Down

0 comments on commit 8864be3

Please sign in to comment.