From 080559027bc0608fe7bd40d6bbecd4d72039461b Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Sun, 12 Aug 2018 17:56:42 -0400 Subject: [PATCH] Credit for #1022 --- pom.xml | 4 ++++ src/changes/changes.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 8128088772d..fe024fdedee 100644 --- a/pom.xml +++ b/pom.xml @@ -468,6 +468,10 @@ jbalbien + + alinleonard + Alin Leonard + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e4362f3952c..dc6939a414e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -266,6 +266,10 @@ ResponseHighlighterInterceptor now displays the total size of the output and an estimate of the transfer time at the bottom of the response. + + The Prefer header is now honoured for HTTP PATCH requests. Thanks to + Alin Leonard for the Pull Request! +