]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - CHANGELOG.md
Update changelog
[hubacji1/bcar.git] / CHANGELOG.md
index ce3c6bc079bd769ed8b41099fa7f50c6e579407a..a2c16091ccdc5f926606bb0bfef51437f12a545e 100644 (file)
@@ -8,6 +8,30 @@ The format is based on [Keep a Changelog][] and this project adheres to
 [Semantic Versioning]: http://semver.org/
 
 ## Unreleased
+
+## 0.4.0 - 2020-07-23
+### Added
+- Rotation of BicycleCar around the point.
+- Circle-line intersection.
+- Angle between three points computation.
+- Is on right side of line function.
+
+### Changed
+- When set up BicycleCar heading, set the interval to `[-pi, +pi]`.
+- Update drivable method to include heading.
+
+### Fixed
+- Minimum turning radius used as curb-to-curb.
+- Max steering in ut.
+
+## 0.3.0 - 2019-08-05
+### Added
+- Reverse border method.
+
+### Deprecated
+- `border` setter method in `pslot` library replaced by `set_slot`.
+
+## 0.2.0 - 2019-08-02
 ### Added
 - Parking slot class, parking slot info methods.
 - Bicycle car `<<` operator.