File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22Changelog for package behaviortree_cpp
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * fix issue `#592 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/592 >`_
8+ * use lambda in tutorial
9+ * add script condition
10+ * "fix" issue `#587 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/587 >`_: ReactiveSequence should set conditions to IDLE
11+ * better error message
12+ * Fix issue `#585 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/585 >`_
13+ * Contributors: Davide Faconti
14+
5154.3.0 (2023-06-13)
616------------------
717* use PImpl in multiple classes
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.0 LANGUAGES C CXX)
3+ project (behaviortree_cpp VERSION 4.3.1 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