diff options
author | Andinus <andinus@nand.sh> | 2021-05-01 16:54:02 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-05-01 16:54:02 +0530 |
commit | 747fca0ee0353d226560a6d007797d151bdc7f1c (patch) | |
tree | 826ff8af5eda288de177d2783b78259c67f20d8a | |
parent | 63ca7a1de1dacd319abea01f23948a95ec6c2598 (diff) | |
download | antlia-747fca0ee0353d226560a6d007797d151bdc7f1c.tar.gz |
Document changes
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | README.org | 9 |
2 files changed, 16 insertions, 4 deletions
diff --git a/README b/README index a578657..c77206d 100644 --- a/README +++ b/README @@ -106,13 +106,20 @@ Options players ╌╌╌╌╌╌╌ - Number of players. Default is 2, should be an integer equal to 2. - Support for more than 2 players will be added later. + Number of players. Default is 2, should be an integer equal to or + greater than 2. News ════ +v0.1.1 - 2021-05-01 +─────────────────── + + ⁃ Added support for more than 2 players. + ⁃ Prints a scorecard after the last round. + + v0.1.0 - 2021-04-29 ─────────────────── diff --git a/README.org b/README.org index 9069d8a..44b2f3f 100644 --- a/README.org +++ b/README.org @@ -66,11 +66,16 @@ Press enter to play another round. *** players -Number of players. Default is 2, should be an integer equal to 2. -Support for more than 2 players will be added later. +Number of players. Default is 2, should be an integer equal to or +greater than 2. * News +** v0.1.1 - 2021-05-01 + ++ Added support for more than 2 players. ++ Prints a scorecard after the last round. + ** v0.1.0 - 2021-04-29 Initial Implementation |