File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package behaviortree_cpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ Forthcoming
6
+ -----------
7
+ * ReactiveSequence and ReactiveFallback will behave more similarly to 3.8
8
+ * bug fix in wakeUpSignal
9
+ * ignore newlines in script
10
+ * stop ordering ports in TreeNodesModel
11
+ * add a specific tutorial for plugins
12
+ * Contributors: Davide Faconti
13
+
5
14
4.3.7 (2023-09-12)
6
15
------------------
7
16
* Test and fix issue `#653 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/653 >`_: AnyTypeAllowed by default
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16.3) # version on Ubuntu Focal
2
2
3
- project (behaviortree_cpp VERSION 4.3.7 LANGUAGES C CXX)
3
+ project (behaviortree_cpp VERSION 4.3.8 LANGUAGES C CXX)
4
4
5
5
set (CMAKE_CONFIG_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR} /cmake" )
6
6
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH} " )
You can’t perform that action at this time.
0 commit comments