Thanks to visit codestin.com Credit goes to github.com
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 1e392e5 commit cd8ef71Copy full SHA for cd8ef71
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
Changelog for package behaviortree_cpp
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
-Forthcoming
6
------------
+2.4.4 (2018-12-12)
+------------------
7
* adding virtual TreeNode::onInit() [issue #33]
8
* fix issue #34 : if you don't implement convertFromString, it will compile but it may throw
9
* Pretty demangled names and obsolate comments removed
package.xml
@@ -1,6 +1,6 @@
1
<package>
<name>behaviortree_cpp</name>
- <version>2.4.3</version>
+ <version>2.4.4</version>
<description>
This package provides a behavior trees core.
</description>
0 commit comments