Skip to content

Commit 37c16cb

Browse files
committed
prepare release
1 parent 3024863 commit 37c16cb

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* temporary disable codeql
8+
* Groot2 interface (`#528 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/528>`_)
9+
* refactored groot2 interface
10+
* protocol updated
11+
* merging groot2 publisher
12+
* add observer
13+
* prepare 4.1
14+
* Update README.md
15+
* fix issue `#525 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/525>`_ when ReactiveSequence contains skipped children
16+
* fix reactive sequence (issue `#526 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/526>`_ and `#525 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/525>`_)
17+
* better test
18+
* add cast to ENUMS in ports
19+
* changes ported from 4.1
20+
* fix samples
21+
* better include paths
22+
* Control node and Decorators RUNNING before first child
23+
* blackboard: update getKeys and add mutex to scripting
24+
* add [[nodiscard]] and some othe minor changes
25+
* add screenshot
26+
* change the behavior of tickOnce to actually loop is wake up signal is… (`#522 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/522>`_)
27+
* change the behavior of tickOnce to actually loop is wake up signal is received
28+
* fix warning
29+
* Cmake conan (`#521 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/521>`_)
30+
* boost coroutine substituted with minicoro. 3rd party updates
31+
* cmake refactoring + conan
32+
* fix cmake
33+
* fix build with conan and change CI
34+
* fix CI in ROS1 (`#519 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/519>`_)
35+
* fix alloc-dealloc-mismatch for _storage.str.data (`#518 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/518>`_)
36+
* Fix issue `#515 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/515>`_: reactive sequence not skipped correctly
37+
* Fix issue `#517 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/517>`_
38+
* Merge branch 'master' of github.com:BehaviorTree/BehaviorTree.CPP
39+
* fix issue `#492 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/492>`_ (Threads::Threads)
40+
* Fix boost dependency in package.xml (`#512 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/512>`_)
41+
`libboost-coroutine-dev` has been merged into rosdistro on February 21st
42+
2023. Link to merge request: https://github.com/ros/rosdistro/pull/35789/.
43+
* fix compilation
44+
* revert breaking change
45+
* Merge branch 'master' of github.com:BehaviorTree/BehaviorTree.CPP
46+
* make default value of port optional, to allow empty strings
47+
* Contributors: Alberto Soragna, Bart Keulen, Davide Faconti
48+
549
4.0.2 (2023-02-17)
650
------------------
751
* fix issue `#501 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/501>`_

0 commit comments

Comments
 (0)