Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7805eb1

Browse files
committed
changelog updated
1 parent deb5a1e commit 7805eb1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Changelog for package behaviortree_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* add more informative IDLE status
8+
* more informative error message when trying to register virtual classes
9+
* fixes and simpler getAnyLocked
10+
* add Tree::getNodesByPath
11+
* add FileLogger2
12+
* change getPortAny name and fic loop_node
13+
* Lexy updated to release 2022.12.1
14+
* do not skip pre-post condition in substituted tick
15+
* added Loop node
16+
* deprecating getAny
17+
* revert new behavior of Sequence and Fallback
18+
* add resetChild to all the decorators that missed it
19+
* Add test related to issue `#539 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/539>`_
20+
* related to `#555 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/555>`_
21+
* Critical bug fix in XML exporting
22+
* Fix writeTreeNodesModelXML
23+
* fix ament not registering executables as tests
24+
* fix std::system_error in TimeoutNode
25+
* minor changes, mostly comments
26+
* add version string
27+
* old ZMQ publisher removed
28+
* Add RunOnce, based on `#472 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/472>`_
29+
* Contributors: Alberto Soragna, Davide Faconti, Gaël Écorchard, Mithun Kinarullathil, Sergei Molchanov
30+
531
4.1.1 (2023-03-29)
632
------------------
733
* adding sqlite logger

0 commit comments

Comments
 (0)