]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/blobdiff - CHANGELOG.md
Release version 0.4.0
[hubacji1/iamcar.git] / CHANGELOG.md
index d829250b6f9f66a24ce33514348828e2d13b6a66..5158e284feb1ce0229719e2c787b804a1fd28cec 100644 (file)
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog][] and this project adheres to
 [Semantic Versioning]: http://semver.org/
 
 ## Unreleased
+
+## 0.4.0 - 2019-01-16
 ### Added
 - Bidirectional T3 planner based on two T2 planners.
 - RRT\*-Connect algorithm based on [Klemm2015] paper.
@@ -22,6 +24,7 @@ The format is based on [Keep a Changelog][] and this project adheres to
 - Make `steer` procedure part of RRTBase.
 - Refactor `gplot` module.
 - T2 planner to include variable steer step size.
+- Set T3 planner as default.
 
 ### Removed
 - RRTBase planner destructor. See `base/rrtbase.cc` for more info.