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

Skip to content

Commit 4258189

Browse files
author
Davide Faconti
committed
changelog updated
1 parent 7d8c173 commit 4258189

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.rst

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

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+
532
3.0.2 (2019-03-04)
633
------------------
734
* make flatbuffers visible to other project (such as Groot)

0 commit comments

Comments
 (0)