Skip to content

Commit 2d1d747

Browse files
author
Davide Faconti
committed
version bump
1 parent 6181d87 commit 2d1d747

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Fix: registerBuilder did not register the manifest. It was "broken" as public API method
8+
* Use the Pimpl idiom to hide zmq from the header file
9+
* move header of minitrace in the cpp file
10+
* Fixed a crash occuring when you didn't initialized a Tree object (#20)
11+
* Fix issue #16
12+
* add ParallelNode to pre-registered entries in factory (issue #13)
13+
* removed M_PI
14+
* Update the documentation
15+
* Contributors: Davide Faconti, Jimmy Delas
16+
517
2.2.0 (2018-11-20)
618
------------------
719
* fix typo

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