File tree 2 files changed +13
-1
lines changed 2 files changed +13
-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: 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
+
5
17
2.2.0 (2018-11-20)
6
18
------------------
7
19
* fix typo
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.2 -green.svg )
2
+ ![ Version] ( https://img.shields.io/badge/version-v2.3 -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