File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog for package behaviortree_cpp
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * extend the Groot example to reproduce issues with arrays
8+ * add tool to generate XML models
9+ * add documentation to classes
10+ * sort includes with clang format
11+ * add new name validation rules
12+ * add claude file
13+ * detect duplicated instance names
14+ * cleanup doc
15+ * add contributors guide
16+ * move and cleanup tests
17+ * Contributors: Davide Faconti
18+
5194.8.3 (2025-12-29)
620------------------
721* minor change
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.8.3 LANGUAGES C CXX )
3+ project (behaviortree_cpp VERSION 4.8.4 LANGUAGES C CXX )
44
55# create compile_commands.json
66set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
You can’t perform that action at this time.
0 commit comments