We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1d747 commit df7f81dCopy full SHA for df7f81d
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
Changelog for package behaviortree_cpp
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
-Forthcoming
6
------------
+2.3.0 (2018-11-28)
+------------------
7
* Fix: registerBuilder did not register the manifest. It was "broken" as public API method
8
* Use the Pimpl idiom to hide zmq from the header file
9
* move header of minitrace in the cpp file
package.xml
@@ -1,6 +1,6 @@
1
<package>
<name>behaviortree_cpp</name>
- <version>2.2.0</version>
+ <version>2.3.0</version>
<description>
This package provides a behavior trees core.
</description>
0 commit comments