Skip to content

Commit fb193bc

Browse files
Update CHANGELOG.rst
1 parent 438d3ae commit fb193bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Changed
1515

1616
- Every `datetime.date <https://docs.python.org/library/datetime.html#datetime.date>`__ is now timezone aware, using the CodinGame
1717
timezone (UTC).
18-
- `ClashOfCode.creation_time <https://codingame.readthedocs.io/en/latest/api.html#codingame.ClashOfCode.creation_time>`__ can be ``None`` because of an API change
18+
- `ClashOfCode.creation_time <https://codingame.readthedocs.io/en/stable/api.html#codingame.ClashOfCode.creation_time>`__ can be ``None`` because of an API change
1919
by CodinGame.
2020

2121
Fixed
2222
*****
2323

24-
- `KeyError <https://docs.python.org/library/exceptions.html#KeyError>`__ was raised when using `Client.get_clash_of_code <https://codingame.readthedocs.io/en/latest/api.html#codingame.Client.get_clash_of_code>`__ because
24+
- `KeyError <https://docs.python.org/library/exceptions.html#KeyError>`__ was raised when using `Client.get_clash_of_code <https://codingame.readthedocs.io/en/stable/api.html#codingame.Client.get_clash_of_code>`__ because
2525
of an API change by CodinGame.
2626

2727
Removed

0 commit comments

Comments
 (0)