]> rtime.felk.cvut.cz Git - hubacji1/psp.git/blob - CHANGELOG.md
Merge branch 'release/0.2.0'
[hubacji1/psp.git] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog][] and this project adheres to
5 [Semantic Versioning][].
6
7 [Keep a Changelog]: http://keepachangelog.com/
8 [Semantic Versioning]: http://semver.org/
9
10 ## Unreleased
11
12 ## 0.2.0 - 2019-08-05
13 ### Deleted
14 - Collide functions `intersection` and `inside`. Moved to `bcar` library.
15
16 ## 0.1.0 - 2019-07-25
17 ### Added
18 - Changelog, license, readme.
19 - Doxygen config file.
20 - [WvTest][] unit testing framework.
21 - Link `bcar` and `pslot` libraries.
22 - Implement find entry by reverse method.
23 - Find entry by reverse method for perpendicular parking slots.
24 - Find entry with BFS for parallel, by reverse for perpendicular.
25
26 [WvTest]: https://github.com/apenwarr/wvtest