From baf74efdb0128e2f6f467ff4b4c2599261b8673a Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 22 Jul 2015 14:35:59 -0400 Subject: [PATCH] changelog: cut 1.10.0 release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f802717..9969dea63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### 1.10.0 + +- Fixed GitHub API usage to prevent over-listing users' repos (#260) +- Deleted old landing page (#259) +- Corrected mistakes in internal logic (#247, #254, #257) +- Tweaked UI for List View of Repositories Page (#253, #261) +- Added ability to log in with a team invite code (#250) +- Optimized various SQL queries (#249, #252, #258) +- Refactored internal libraries (#245, #246) +- Fixed missing db cert preventing saving configs in super user panel (#244) +- Fixed database status in status endpoint (#242) +- Added a flash message for various interactions (#226) +- Added Keystone (OpenStack auth) support (#197) +- Fixed Logs View in SuperUser panel (#136) + ### 1.9.8 - Implemented file streams for Swift storage engine (#214)