From 73ef5b18c7daa6081926cd9c1c5319a8fc944a4f Mon Sep 17 00:00:00 2001
From: Pavel Karpy
Date: Mon, 12 Dec 2022 15:24:09 +0300
Subject: [PATCH] [#2092] go.mod: Update SDK
Includes a fix that adds error messages' text, it affects incomplete object
put error message.
Signed-off-by: Pavel Karpy
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cfbe96a0..390378505 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,7 @@ Changelog for NeoFS Node
- Tree service panic on `TreeMove` operation (#2140)
- Panic in `GETRANGE` with zero length (#2095)
- Spawning useless `GETRANGE` with zero length for a big object (#2101)
+- Incomplete object put errors do contain the deepest error's message (#2092)
### Removed
- `-g` option from `neofs-cli control ...` and `neofs-cli container create` commands (#2089)