Skip to content

Commit 0b295c7

Browse files
committed
prepare release
1 parent 13c30c8 commit 0b295c7

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* add netlify stuff
8+
* Event based trigger introduced
9+
Added a new mechanism to emit "state changed" events that can "wake up" a tree.
10+
In short, it just provide an interruptible "sleep" function.
11+
* Fixed bug where including relative paths would fail to find the correct file (`#358 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/358>`_)
12+
* Added unit tests to verify current behavior
13+
* Fixed bug where including relative paths would fail to find the correct file
14+
* Added gtest environment to access executable path
15+
This path lets tests access files relative to the executable for better transportability
16+
* Changed file commandto add_custom_target
17+
The file command only copies during the cmake configure step. If source files change, file is not ran again
18+
* Added pure CMake action to PR checks (`#378 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/378>`_)
19+
* Added CMake CI to PR checks
20+
* Renamed action to follow pattern
21+
* updated documentation
22+
* add the ability to register multiple BTs (`#373 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/373>`_)
23+
* Update ros1.yaml
24+
* fix `#338 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/338>`_
25+
* fix issue `#330 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/330>`_
26+
* fix issue `#360 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/360>`_
27+
* Merge branch 'master' of github.com:BehaviorTree/BehaviorTree.CPP
28+
* Update Tutorial 2 Docuemtation (`#372 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/372>`_)
29+
* Update tutorial_09_coroutines.md (`#359 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/359>`_)
30+
Minor fix, renamed Timepoint to TimePoint.
31+
* Export dependency on ament_index_cpp (`#362 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/362>`_)
32+
To make dependent packages try to link ament_index_cpp, export the
33+
dependency explicitly.
34+
* Change order of lock to prevent deadlock. (`#368 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/368>`_)
35+
Resolves `#367 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/367>`_.
36+
* Fix `#320 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/320>`_ : forbit refrences in Any
37+
* Update action_node.h
38+
* Contributors: Adam Sasine, Davide Faconti, Fabian Schurig, Griswald Brooks, Hyeongsik Min, Robodrome, imgbot[bot], panwauu
39+
540
3.6.1 (2022-03-06)
641
------------------
742
* remove windows tests

0 commit comments

Comments
 (0)