diff --git a/html/relnotes.html b/html/relnotes.html
index c78345d772e13644e1d1073cfe79bfdcfedaf18c..47c815828f3a28e0a02dc62a120e7a6355a93067 100644
--- a/html/relnotes.html
+++ b/html/relnotes.html
@@ -18,8 +18,6 @@
 
 <p><ul compact="1">
 <li>Implementing WSAlignment connecting to remote web service for matching</li>
-<li>Implementing a better recovery in case of database connection loss (server)</li>
-<li>Provide better return forms in HTMLAServManager (server)</li>
 <li>Implement ontology support database store (server)</li>
 <li>Online evaluation (server)</li>
 <li>Implement database store for OMWG Language (server)</li>
@@ -35,11 +33,16 @@
 
 <p>
 <ul compact="1">
-<li>Implemented OWL API 2 support [not shipped] (onto)</li>
 <li><font color="red">Deprecated</font> <tt>Cell.getObjectXAsURI()</tt>
   in favour of <tt>Cell.getObjectXAsURI(Object ontology) (api)</tt>
-<li>Upgraded NeOn plug-in for working with NeOn toolkit 1.1</li>
-<li>Added <tt>derivedFrom</tt> standard annotation and implemented it</li>
+<li>Upgraded NeOn plug-in for working with NeOn toolkit 1.1 (plugin)</li>
+<li>Implemented OWL API 2 support [not shipped] (onto)</li>
+<li>Added <tt>derivedFrom</tt> standard annotation and implemented it (impl)</li>
+<li>Added <tt>method</tt> annotation for <tt>clone()</tt>
+  and <tt>inverse()</tt> (impl)</li>
+<li>Implemented a better recovery in case of database connection loss (server)</li>
+<li>Provided better return forms in <tt>HTMLAServManager</tt> (server)</li>
+<li>Catched <tt>init()</tt> errors in server (server)</li>
 <li>Corrected tutorial so that it works with new code (tutorial)</li>
 <li>Corrected an error of the <tt>Cell.inverse()</tt> method (impl)</li>
 <li>Corrected an error in storing alignments (server)</li>