You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2022/10/12 11:54:15 UTC

[ignite] branch master updated: .NET: Fix 2.14 release notes - add IgniteSet

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 6bae7c5554c .NET: Fix 2.14 release notes - add IgniteSet
6bae7c5554c is described below

commit 6bae7c5554c64cccbcb6f3fbc6f3f810fd37de3f
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Wed Oct 12 14:54:02 2022 +0300

    .NET: Fix 2.14 release notes - add IgniteSet
---
 RELEASE_NOTES.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index fbe08618715..e0baeab3b1b 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -94,6 +94,7 @@ JDBC:
 
 .NET thin client:
 * Added AtomicLong.
+* Added IgniteSet.
 
 .NET:
 * Added service interceptors.