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 2017/05/10 09:27:45 UTC

svn commit: r1794695 - /ignite/site/trunk/releases/2.0.0/release_notes.html

Author: ptupitsyn
Date: Wed May 10 09:27:45 2017
New Revision: 1794695

URL: http://svn.apache.org/viewvc?rev=1794695&view=rev
Log:
Fix .NET release notes, add page title

Modified:
    ignite/site/trunk/releases/2.0.0/release_notes.html

Modified: ignite/site/trunk/releases/2.0.0/release_notes.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/releases/2.0.0/release_notes.html?rev=1794695&r1=1794694&r2=1794695&view=diff
==============================================================================
--- ignite/site/trunk/releases/2.0.0/release_notes.html (original)
+++ ignite/site/trunk/releases/2.0.0/release_notes.html Wed May 10 09:27:45 2017
@@ -1,4 +1,6 @@
-<head><style>h2 {  border-bottom: 2px solid #ccc;
+<head>
+<title>2.0 Release Notes - Apache Ignite</title>
+<style>h2 {  border-bottom: 2px solid #ccc;
   color: #113847;
   font-size: 29px;
   font-weight: normal;
@@ -25,7 +27,8 @@ ol li {
   margin: 30px 0 15px 0;
   padding-bottom: 7px;
   width: 700px;
-}</style></head>
+}</style>
+</head>
 <body>
 <h1 id="Apache IGNITE 2.0 Overview">Apache Ignite 2.0 Overview</h1>
 
@@ -71,8 +74,8 @@ Apache Ignite 2.0 fulfilled this demand.
 
 <h2>Ignite.NET</h2>
 
-Ignite.NET has been enhanced with an addition of a <a href="https://apacheignite-net.readme.io/docs/plugins" target="_blank">plugin system</a> that allows writing and embedding 3rd party .NET
-components into Ignite.NET.
+Ignite.NET now supports <a href="https://apacheignite-net.readme.io/docs/serialization" target="_blank">dynamic type registration</a> and provides a
+<a href="https://apacheignite-net.readme.io/docs/plugins" target="_blank">plugin system</a> that allows 3rd parties to extend existing functionality.
 
 <h2>Ignite.C++</h2>
 
@@ -91,7 +94,7 @@ on any cluster node you like. Going forw
 </ul>
 <h2>New Features .NET</h2>
 <ul>
-<li>.NET: Support user-defined identity resolvers<a href="https://issues.apache.org/jira/browse/IGNITE-4495"> [#IGNITE-4495]</a>
+<li>.NET: Dynamically registered classes must use binary serialization if possible<a href="https://issues.apache.org/jira/browse/IGNITE-2703"> [#IGNITE-2703]</a>
 <li>.NET: Plugin system<a href="https://issues.apache.org/jira/browse/IGNITE-2940"> [#IGNITE-2940]</a>
 </ul>
 <h2>Improvements</h2>