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 2
2
Changelog for package behaviortree_cpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
16
4.4.2 (2023-11-28)
6
17
------------------
7
18
* fix issue `#702 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/702 >`_ : output ports require {}
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.4.2 LANGUAGES C CXX )
3
+ project (behaviortree_cpp VERSION 4.4.3 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