Skip to content

Commit 195482b

Browse files
Update CHANGELOG.rst
1 parent 7107468 commit 195482b

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ The format is based on
77
`Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`__, and this project
88
adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`__.
99

10+
Version 1.4.3 (2024-02-21)
11+
--------------------------
12+
13+
Changed
14+
*******
15+
16+
- Every `datetime.date <https://docs.python.org/library/datetime.html#datetime.date>`__ is now timezone aware, using the CodinGame
17+
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
19+
by CodinGame.
20+
21+
Fixed
22+
*****
23+
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
25+
of an API change by CodinGame.
26+
27+
Removed
28+
*******
29+
30+
- Removed support for python 3.7 as it has reached its end of life. For more
31+
information, see `PEP 537 <https://peps.python.org/pep-0537/#lifespan>`__.
32+
1033
Version 1.4.2 (2023-04-14)
1134
--------------------------
1235

@@ -66,7 +89,7 @@ Changed
6689
Removed
6790
*******
6891

69-
- Removed `Notification._raw`.
92+
- Removed ``Notification._raw``.
7093

7194
Version 1.2.4 (2022-06-17)
7295
--------------------------

0 commit comments

Comments
 (0)