Credit for #1022
This commit is contained in:
parent
78a7d64d2c
commit
080559027b
4
pom.xml
4
pom.xml
|
@ -468,6 +468,10 @@
|
||||||
<developer>
|
<developer>
|
||||||
<id>jbalbien</id>
|
<id>jbalbien</id>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>alinleonard</id>
|
||||||
|
<name>Alin Leonard</name>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -266,6 +266,10 @@
|
||||||
ResponseHighlighterInterceptor now displays the total size of the output and
|
ResponseHighlighterInterceptor now displays the total size of the output and
|
||||||
an estimate of the transfer time at the bottom of the response.
|
an estimate of the transfer time at the bottom of the response.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add" issue="1022">
|
||||||
|
The Prefer header is now honoured for HTTP PATCH requests. Thanks to
|
||||||
|
Alin Leonard for the Pull Request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="3.4.0" date="2018-05-28">
|
<release version="3.4.0" date="2018-05-28">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue