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

Skip to content

Commit 0464966

Browse files
author
Davide Faconti
committed
version bump
1 parent aa86d78 commit 0464966

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* fix warning and follow coding standard
8+
* docs: Small changes to tutorial 02 (`#225 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/225>`_)
9+
Co-authored-by: Valerio Magnago <[email protected]>
10+
* Merge branch 'master' of https://github.com/BehaviorTree/BehaviorTree.CPP
11+
* tutorial 1 fixed
12+
* decreasing warning level to fix issue `#220 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/220>`_
13+
* fix compilation
14+
* Allow BT factory to define clock source for TimerQueue/TimerNode (`#215 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/215>`_)
15+
* Allow BT factory to define clock source for TimerQueue/TimerNode
16+
* Fix unit tests
17+
Co-authored-by: Cam Fulton <[email protected]>
18+
Co-authored-by: Davide Faconti <[email protected]>
19+
* Added delay node and wait for enter keypress node (`#182 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/182>`_)
20+
* Added delay node and wait for enter press node
21+
* Fixed unsigned int to int conversion bug
22+
* Added a new timer to keep a track of delay timeout and return RUNNING in the meanwhile
23+
* Removed wait for keypress node
24+
* Review changes suggested by gramss
25+
Co-authored-by: Indraneel Patil <[email protected]>
26+
* Update SequenceNode.md (`#211 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/211>`_)
27+
* add failure threshold to parallel node with tests (`#216 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/216>`_)
28+
* Update tutorial_05_subtrees.md
29+
I believe that the API has been updated. Reflecting the same in this tutorial.
30+
* Contributors: Aayush Naik, Davide Faconti, Indraneel Patil, Renan Salles, Valerio Magnago, Wuqiqi123, fultoncjb
31+
532
3.5.1 (2020-06-11)
633
------------------
734
* trying to fix compilation in eloquent Minor fix on line 19

0 commit comments

Comments
 (0)