From fa34f059ab4a7c6b5de91fedf8fcc5d86b2b378a Mon Sep 17 00:00:00 2001 From: Kevin Osborn Date: Thu, 18 Aug 2016 18:46:10 -0700 Subject: [PATCH] Release notes for the RNA feature release --- docs/status.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/status.rst b/docs/status.rst index 42dc19a25..f8e0cc517 100644 --- a/docs/status.rst +++ b/docs/status.rst @@ -19,6 +19,25 @@ For more detail on individual development issues, please see the project's Release Notes +++++++++++++ + +***** +0.3.3 +***** + +Alpha pre-release supporting major feature update. + +- RNA functionality added to support the following API endpoints: + - POST /rnaquantificationsets/search + - GET /rnaquantificationsets/{id} + - POST /rnaquantifications/search + - GET /rnaquantifications/{id} + - POST /expressionlevels/search + - GET /expressionlevels/{id} + +- Fixed bug where transcript effects would be repeated within a + search result. + + ***** 0.3.2 *****