diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -11,6 +11,26 @@ Release Notes ============= +0.2 +--- + +This release contains mainly some usability features, and some minor +bug-fixes. No changes to database schema were made. + +New features: + +* Tabluar representation of project communications, with colour-coding matching + the diagram. [ `CONNT-17 `_ ] +* Simple search functionality, including search suggestions if JavaScript is + enabled. [ `CONNT-19 `_, + `CONNT-23 `_ ] +* Removing an object will list all related objects that will get removed as + well. [ `CONNT-20 `_ ] + +Bug fixes: + +* Generates valid XHTML5 code now. [ `CONNT-24 `_ ] + 0.1 ---