Release notes for 1.7.
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 9febdda..d8a13e7 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -5,13 +5,21 @@
 ---------------------------------------
 Ignite:
 * Added distributed SQL JOIN.
-* ODBC: Added decimal type support.
-* Visor: Fixed data nodes calculation when node filter is set for cache.
 * Node can be assigned as primary only after preloading is finished.
 * Fixed CountDownLatch re-create issue.
-* .NET: Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
+* ODBC: Added decimal type support.
+* Visor: Fixed data nodes calculation when node filter is set for cache.
 * Many stability and fault-tolerance fixes.
 
+Ignite.NET:
+* Added ASP.NET Output Cache provider.
+* Added ability to use .NET configuration in Apache.Ignite.exe.
+* Added ability to implement custom affinity functions.
+* Fixed a bug in IBinaryObjectBuilder causing type name to be lost.
+
+Ignite CPP:
+* Marshalling performance improvements.
+
 Apache Ignite In-Memory Data Fabric 1.6
 ---------------------------------------
 Ignite .NET: