From 5c9fa2a8aecb8def0e8a65a01763999ea19a91ec Mon Sep 17 00:00:00 2001 From: Nathan Dunn Date: Thu, 13 Aug 2015 15:14:04 -0700 Subject: [PATCH] updated changelog --- ChangeLog.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index feabb6dd5a..8907830bca 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,21 @@ + + +## 2.0.0 + +Bugfixes + ++ Organism panel not showing all organisms (#540). ++ Admins for specific organisms are able to create organisms for organisms they aren't admins of (#542). + +## 2.0.0-RC6 + +Bugfixes + ++ Fixed multiple bugs having to do with sequence alterations (#534, #531, #458, #456). ++ Fixed logout for multiple windows on the same browser (#480). ++ JBrowse only mode not listening to websockets (#537). + + ## 2.0.0-RC5 Features