From ddf3aa8d18dcdef3ad2ee498a5cc69d2f7ab48c2 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:30:54 +0000 Subject: [PATCH] bad capitalization --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3baa5c02..2b7f07ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,7 @@ Updated lxml requirement to 5.1.0 # Bug Fixes Fixed the Rate Limit on MDbList calls -- As per Mdblist's limitations, users who do not have VIP status on MDBList will be limited to 1 request per second and users who do have VIP status are limited to 5 requests per second - users may notice that this slows down mass operations as we now abide by these restrictions to avoid the user being rate limited. +- As per MDBList's limitations, users who do not have VIP status on MDBList will be limited to 1 request per second and users who do have VIP status are limited to 5 requests per second - users may notice that this slows down mass operations as we now abide by these restrictions to avoid the user being rate limited. Fixed collection fields being locked during batch edits when they shouldn't be. Various other Minor Fixes