From 1bc7e8318e6e2970477baf145654244797546fac Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 23 Apr 2023 20:34:53 +0300 Subject: [PATCH] changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f9181d..7609e05 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,7 @@ v1.8.1 (in progress) * Fix some issues with stream reconnect handling (thanks for the report ianh) * Added an example for how to receive webpush notifications (thanks JesseWeinstein) * Replaced `follows` with a backwards compatibility stub. +* Added pagination parameters to `admin_domain_blocks` (thanks for the report defnull) v1.8.0 ------