File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22Changelog for package behaviortree_cpp
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
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+
5144.3.7 (2023-09-12)
615------------------
716* 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 11cmake_minimum_required (VERSION 3.16.3) # version on Ubuntu Focal
22
3- project (behaviortree_cpp VERSION 4.3.7 LANGUAGES C CXX)
3+ project (behaviortree_cpp VERSION 4.3.8 LANGUAGES C CXX)
44
55set (CMAKE_CONFIG_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR} /cmake" )
66list (APPEND CMAKE_MODULE_PATH "${CMAKE_CONFIG_PATH} " )
You can’t perform that action at this time.
0 commit comments