Skip to content

Commit ae07f8b

Browse files
Update CHANGELOG.rst
1 parent f83f41a commit ae07f8b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ Changed
2929
- Deprecated `Notification.creation_time <https://codingame.readthedocs.io/en/latest/api.html#codingame.Notification.creation_time>`__ in favor of
3030
`Notification.date <https://codingame.readthedocs.io/en/latest/api.html#codingame.Notification.date>`__
3131

32+
Version 1.2.4 (2022-06-17)
33+
--------------------------
34+
35+
Fixed
36+
*****
37+
38+
- `CodinGamer.get_followers <https://codingame.readthedocs.io/en/latest/api.html#codingame.CodinGamer.get_followers>`__ and `CodinGamer.get_followed <https://codingame.readthedocs.io/en/latest/api.html#codingame.CodinGamer.get_followed>`__ now work
39+
while being logged in as any user, not just as the user you want to get the
40+
followers of.
41+
3242
Version 1.2.3 (2021-11-07)
3343
--------------------------
3444

@@ -116,7 +126,7 @@ Added
116126
- `ChallengeLeaderboard.has_leagues <https://codingame.readthedocs.io/en/latest/api.html#codingame.ChallengeLeaderboard.has_leagues>`__ and
117127
`PuzzleLeaderboard.has_leagues <https://codingame.readthedocs.io/en/latest/api.html#codingame.PuzzleLeaderboard.has_leagues>`__.
118128

119-
- `Notification.read <https://codingame.readthedocs.io/en/latest/api.html#codingame.Notification.read>`__.
129+
- `NotificationData._raw <https://codingame.readthedocs.io/en/latest/api.html#codingame.NotificationData._raw>`__.
120130

121131
Changed
122132
*******

0 commit comments

Comments
 (0)