File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-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 `#725 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/725 >`_ : SetBlackboard can copy entries
8+ * add more unit tests
9+ * fix typos `#721 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/721 >`_
10+ * fix: guard macro declaration to prevent redefinition warning
11+ * fix: Rename scoped lock so it doesn't hide the outer lock triggering a compiler warning
12+ * add private ports to exclude from autoremapping `#706 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/706 >`_
13+ * fix issue `#713 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/713 >`_: getNodesByPath should be const
14+ * Contributors: Davide Faconti, Nestor Gonzalez, Tony Paulussen
15+
5164.4.2 (2023-11-28)
617------------------
718* fix issue `#702 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/702 >`_ : output ports require {}
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.4.2 LANGUAGES C CXX)
3+ project (behaviortree_cpp VERSION 4.4.3 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