Skip to content

Commit

Permalink
added "Highlights" to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Teekeks committed Nov 27, 2022
1 parent a33976a commit 5f94630
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ Version 3.0.0

.. note:: This Version is a major rework of the library. Please see the :doc:`v3-migration` to learn how to migrate.

**Highlights**

- Library is now fully async
- Twitch API responses are now Objects and Generators instead of pure dictionaries
- Automatic Pagination of API results
- First alpha of a Chat Bot implementation
- More customizability for the UserAuthenticator
- A lot of new Endpoints where added
- New look and content for the documentation

**Full Changelog**

* Rewrote the twitchAPI to be async
* twitchAPI now uses Objects instead of dictionaries
* added automatic pagination to all relevant API endpoints
Expand Down

0 comments on commit 5f94630

Please sign in to comment.