Updated changelog

This commit is contained in:
Jeroen De Meerleer 2019-06-05 13:44:16 +02:00
parent 3326c978ed
commit 3e3f752bef
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# CHANGELOG
1. 0-0#
## 1.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
* BUGFIX: `Round::getBye()` did not return bye players
## 1.0
* Initial release