File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
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
+ * moving to C++14... deal with it
8
+ * updated tinyXML2. Should fix several issues too
9
+ * add "d" to debug library on Windows
10
+ * fixed compilation error on Windows x64 (issue #63)
11
+ * Improved MSVC compilation
12
+ Added _CRT_SECURE_NO_WARNINGS flag for msvc compilation
13
+ * adding TreeNode::modifyPortsRemapping that might be useful in the future
14
+ * Merge pull request #64 from luminize/patch-1
15
+ docs/xml_format.md
16
+ * Merge pull request #65 from luminize/patch-2
17
+ docs/tutorial_01_first_tree.md: fix typo
18
+ * docs/tutorial_01_first_tree.md: fix typo
19
+ * fix compilation in Windows/Release
20
+ * remove a warning in Windows
21
+ * Update README.md
22
+ * Merge branch 'windows_compilation'
23
+ * fix issue #63 : compile on windows
24
+ * Update .travis.yml
25
+ * Create .appveyor.yml
26
+ * fix compilation on windows
27
+ * fix potential issue
28
+ * bug fix
29
+ * Update README.md
30
+ * Contributors: Bas de Bruijn, Davide Faconti, Jimmy Delas, hlzl
31
+
5
32
3.0.2 (2019-03-04)
6
33
------------------
7
34
* make flatbuffers visible to other project (such as Groot)
You can’t perform that action at this time.
0 commit comments