From 111bf1bf86bb4bddac9ba97dd9dfef57f0f9cdd0 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Tue, 19 Dec 2023 00:37:52 +0100 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fde22c1..dee4d19 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,6 +5,8 @@ Release notes * Added `SkipStandardAcceptValidation`, `SkipStandardContentTypeValidation`, and `SkipStandardQueryParamNameValidation` to `PostCustom`, just like already exists on `CustomLink`. +* If a resource has a `self` link that is skipped using the query parameter specified in + `SkipStandardLinksQueryParamName`, the `Location` header will still be set when creating the resource. ### 0.22.0 (2023-11-28)