File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-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 typo
8+ * method contains() added to BlackBoard
9+ * back compatible API change to improve the wrapping of legacy code (issue #15)
10+ Eventually, SimpleAction, SimpleDecorators and SimpleCondition can use
11+ blackboard and NodeParameters too.
12+ * reduce potential memory allocations using string_view
13+ * fix important issue with SubtreeNode
14+ * Read at every tick the parameter if Blackboard is used
15+ * Adding NodeParameters to ParallelNode
16+ * travis update
17+ * merge pull request #14 related to #10 (with some minor changes)
18+ * Fix issue #8 and warning reported in #4
19+ Fixed problem of visibility with TinyXML2
20+ * Contributors: Davide Faconti, Uilian Ries
21+
5222.1.0 (2018-11-16)
623------------------
724* version 2.1. New directory structure
Original file line number Diff line number Diff line change 11![ License MIT] ( https://img.shields.io/dub/l/vibe-d.svg )
2- ![ Version] ( https://img.shields.io/badge/version-v2.1 -green.svg )
2+ ![ Version] ( https://img.shields.io/badge/version-v2.2 -green.svg )
33[ ![ Build Status] ( https://travis-ci.org/BehaviorTree/BehaviorTree.CPP.svg?branch=master )] ( https://travis-ci.org/BehaviorTree/BehaviorTree.CPP )
44
55# About BehaviorTree.CPP
You can’t perform that action at this time.
0 commit comments