File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-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 `#702 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/702 >`_ : output ports require {}
8+ * Merge pull request `#691 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/691 >`_ from galou/small_refactor_and_doc
9+ Small code refactor, log- and doc changes
10+ * Merge pull request `#701 <https://github.com/BehaviorTree/BehaviorTree.CPP/issues/701 >`_ from tony-p/fix/file-loggers-protected
11+ fix: ensure public get config overload is used
12+ * ci: use pixi github action
13+ * fix: ensure public get config overload is used
14+ * Small code refactor, log- and doc changes
15+ * Contributors: Davide Faconti, Gaël Écorchard, Tony Paulussen
16+
5174.4.1 (2023-11-12)
618------------------
719* erase server_port+1
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.1 LANGUAGES C CXX)
3+ project (behaviortree_cpp VERSION 4.4.2 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