Updated changelog

This commit is contained in:
Jeroen De Meerleer 2019-06-05 14:48:41 +02:00
parent 1eb02506cf
commit 3df44d92c2
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,15 @@
# CHANGELOG
## 1.0.2
## vx.x.x (Released: xx-xxx-xx)
* CHANGE: Deprecated `sws::class` was removed
## v1.0.2
* NEW FEATURE: `Player::getPlayedGames()` to return the number of played games
* BUGFIX: Calculating Buchholz tiebreak always returned 0
* BUGFIX: Calculating Mutual Result only took account of last tiebreak instead all previous
## 1.0.1
## v1.0.1
* BUGFIX: `Round::getBye()` did not return bye players
## 1.0
## v1.0
* Initial release