Skip to content

Commit 3e69bad

Browse files
committed
version bump
1 parent a19e866 commit 3e69bad

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog 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+
522
2.1.0 (2018-11-16)
623
------------------
724
* version 2.1. New directory structure

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)