This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 1a1075c7c88 .NET: Fix Apache Ignite 2.14 release notes
1a1075c7c88 is described below
commit 1a1075c7c8859cef7a6eaa909a7a36246f401966
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Fri Sep 30 18:20:16 2022 +0300
.NET: Fix Apache Ignite 2.14 release notes
---
RELEASE_NOTES.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5d2092646bc..fbe08618715 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -92,11 +92,11 @@ JDBC:
* Fixed handling of BinaryObjectException on response to deserialization at
the thin JDBC client
* Fixed parsing quoted delimiters in CSV fields content for SQL command COPY.
-.Net thin client:
+.NET thin client:
* Added AtomicLong.
-.Net:
-* Fixed ServiceCallContext access from async methods.
+.NET:
+* Added service interceptors.
* Fixed StringComparer serialization.
* Fixed net461 release binaries.
* Improved Java detection on Linux.