From f614f7ac5f231a1026e1a74e686bf33361fdb65c Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sat, 27 Apr 2024 23:26:07 +0530 Subject: [PATCH] changes --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20cf8e9..33d0c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Added * Added `AWS Rekognition Moderation` Add-On. +* Added an optional `wildcard` boolean parameter to the `generate_url` method of `AkamaiGenerator`. ### Changed * File attribute `datetime_stored` is deprecated and will warn on usage from `File` object properties. @@ -13,9 +14,6 @@ * Throw `AuthError` if current public key or secret key config are empty when accessing any of the APIs. * Fixed typo in `AkamaiGenerator` class name from `AmakaiGenerator`. -### Added -* Added an optional `wildcard` boolean parameter to the `generate_url` method of `AkamaiGenerator`. - ## 4.4.0 — 2024-03-09 ### Breaking