From 5f9463008fe11e3ffd23a9407d3febba028662e3 Mon Sep 17 00:00:00 2001 From: Teekeks Date: Sun, 27 Nov 2022 20:11:17 +0100 Subject: [PATCH] added "Highlights" to the changelog --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6b8b8a0..79316e3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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