From ffe56dbb6fabf691e0bbd847238050ad60ba64f7 Mon Sep 17 00:00:00 2001 From: kobergj Date: Tue, 10 Dec 2024 11:28:39 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95cabe8a5e..73a9f54f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix link activity message: [#10663](https://github.com/owncloud/ocis/pull/10663) * Bugfix - Fix graph drives response for federated shares: [#10730](https://github.com/owncloud/ocis/pull/10730) +* Bugfix - GetLastModified property in the REPORT response will use RFC1123 format: [#10738](https://github.com/owncloud/ocis/pull/10738) * Enhancement - Update web to v11.0.6: [#10755](https://github.com/owncloud/ocis/pull/10755) ## Details @@ -85,6 +86,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/10689 https://github.com/owncloud/ocis/pull/10730 +* Bugfix - GetLastModified property in the REPORT response will use RFC1123 format: [#10738](https://github.com/owncloud/ocis/pull/10738) + + This will follow the standard and will also match the format of the same + property in the PROPFIND response + + https://github.com/owncloud/ocis/pull/10738 + * Enhancement - Update web to v11.0.6: [#10755](https://github.com/owncloud/ocis/pull/10755) Tags: web