We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77265ea commit 2a8a226Copy full SHA for 2a8a226
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
Changelog for package behaviortree_cpp
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
-Forthcoming
6
------------
+4.6.2 (2024-06-26)
+------------------
7
* Initialize template variable `T out` (`#839 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/839>`_)
8
* Building with a recent compiler fails due incompatible expected library (`#833 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/833>`_)
9
* nonstd::expected updated to 0.8
package.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
<package format="3">
<name>behaviortree_cpp</name>
- <version>4.6.1</version>
+ <version>4.6.2</version>
<description>
This package provides the Behavior Trees core library.
</description>
0 commit comments