diff options
| author | Stefan Majewsky <stefan.majewsky@sap.com> | 2023-10-23 13:01:31 +0200 |
|---|---|---|
| committer | Stefan Majewsky <stefan.majewsky@sap.com> | 2023-10-23 13:02:10 +0200 |
| commit | 1ef60b5cd32e8470806dad1c559c4953916fe6fd (patch) | |
| tree | 94b5a94a1a675a8839542bd57f535c994cbd7475 /CHANGELOG.md | |
| parent | 6067bcb956c78a38b12bb8f7a3b050a03bde97f0 (diff) | |
| download | go-schwift-1ef60b5cd32e8470806dad1c559c4953916fe6fd.tar.gz | |
add Method, Target to type UnexpectedStatusCodeError
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a55aa..67523ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.3.0 (TBD) + +New features: + +- The error message of `type UnexpectedStatusCodeError` now includes the + request method and target object name. This will make those errors more + plausible when returned from complex operations that involve several Swift + API calls. + # v1.2.0 (2022-10-28) New features: |
