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 2
2
Changelog for package behaviortree_cpp
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
22
2.1.0 (2018-11-16)
6
23
------------------
7
24
* version 2.1. New directory structure
Original file line number Diff line number Diff line change 1
1
![ 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 )
3
3
[ ![ Build Status] ( https://travis-ci.org/BehaviorTree/BehaviorTree.CPP.svg?branch=master )] ( https://travis-ci.org/BehaviorTree/BehaviorTree.CPP )
4
4
5
5
# About BehaviorTree.CPP
You can’t perform that action at this time.
0 commit comments