Update CHANGELOG.rst

joss-paper
Lorenz Diener 2025-08-20 15:29:25 +03:00 zatwierdzone przez GitHub
rodzic 20171ed681
commit fd37514a12
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -2,6 +2,10 @@ A note on versioning: This librarys major version will grow with the APIs
version number. Breaking changes will be indicated by a change in the minor
(or major) version number, and will generally be avoided.
v2.1.2
-------
* Fix broken login when instance_v2 is present but has no api_versions attribute, such as on e.g. GoToSocial. (Thank you @bfordham for the report and fix!)
v2.1.1
------
* Fixed return type and docs for `account_set_note`.