From ec8b42d5fdacd6e36efa85809acb0034202d4c8c Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Tue, 10 Oct 2023 18:03:57 +0900 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Roman Sedykh --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d5b4d..fce3b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ ## 3.4.0 - Library: - Migrated REST API support from v0.6 to v0.7. - - Removed the `UploadcareClient.storeGroup()` and `UploadcareGroup.store()` methods, as its - endpoint has been removed. + - Removed the `UploadcareClient.storeGroup()` and `UploadcareGroup.store()` methods, as their + endpoints have been removed. - Added event types of webhooks. - Removed the sorting methods by file size, as its parameter has been removed from the API query parameters.