Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31da83c

Browse files
author
Davide Faconti
committed
version bump
1 parent 5904431 commit 31da83c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog for package behaviortree_cpp
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Merge pull request #27 from mjeronimo/bt-12-4-2018
8+
Add support for ament/colcon build
9+
* updated documentation
10+
* Merge pull request #25 from BehaviorTree/include_xml
11+
Add the ability to include an XML from another one
12+
* <include> supports ROS package getPath (issue #17)
13+
* Trying to fix writeXML (issue #24)
14+
* New feature: include XMl from other XMLs (issue #17)
15+
* more verbose error message
16+
* adding unit tests for Repeat and Retry nodes #23
17+
* Bug fix in Retry and Repeat Decorators (needs unit test)
18+
* Throw if the parameter in blackboard can't be read
19+
* Try to prevent error #22 in user code
20+
* changed the protocol of the XML
21+
* fixing issue #22
22+
* Contributors: Davide Faconti, Michael Jeronimo
23+
524
2.3.0 (2018-11-28)
625
------------------
726
* Fix: registerBuilder did not register the manifest. It was "broken" as public API method

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.3-green.svg)
2+
![Version](https://img.shields.io/badge/version-v2.4-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)