From 6f64de4be1df2b638a914bda3c174fb39fa7927d Mon Sep 17 00:00:00 2001 From: mahour Date: Thu, 23 May 2024 08:46:02 +0530 Subject: [PATCH] updated releasenotes for python v4.0.0 --- src/pages/overview/releasenotes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/overview/releasenotes.md b/src/pages/overview/releasenotes.md index c86e4eb6f..e0b93f30a 100644 --- a/src/pages/overview/releasenotes.md +++ b/src/pages/overview/releasenotes.md @@ -185,10 +185,10 @@ Upgrading to the latest SDK should not break existing applications. | Change | Language | Description | |---------|----------|---------------------------------------------------------------------------------------------------------------------------------| -| New | Python | Released Adobe PDF Services Python SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services rest APIs. | +| New | Python | Released Adobe PDF Services Python SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services REST APIs. | | New | Python | Added support for all the operations powered by the Adobe PDF Services APIs. | -| New | Python | Added support for delete asset and webhook notifiers. | -| New | Python | Removed the need for intermediate result storage for chained operations by eliminating reliance on temporary storage. | +| New | Python | Added support for deleting assets and webhook notifiers. | +| New | Python | Removed the need for intermediate result storage for chained operations by eliminating reliance on temporary local storage. | | New | Python | Extended I/O capabilities by introducing external storage for PDF Services operations. | | New | Python | Enabled connection to Internet through Proxy, where proxy server settings can be set via Proxy Server Config. |