From c5fd0cfea05d8d2601a21e8c72298dd8ee2a96e5 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Thu, 6 Aug 2015 14:15:59 -0400 Subject: [PATCH] changelog: really cut 1.11.0 --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bc41094..94c318e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,22 @@ ### 1.11.0 +- Changed user pages to display public repositories (#321) - Changed docs to load via HTTPS instead of HTTP (#314) - Corrected the defaulting of non-existant app configs to the value False (#312) - Fixed a visual bug in repositories for Chrome Canary users (#307) - Fixed Swagger v2 support to be 100% spec compliant (#289) - Added documentation to search (#303) - Improved internal development experience (#297, #299, #301, #302, #311) -- Improved UI performance for large repositories (#296, #294) +- Improved UI performance for large repositories and their logs (#296, #294, #318, #319) - Optimized GC and added experimental async GC (#155) - Updated ACI support to ACI 0.6.1 (#280, #284) - Fixed HTTP 500 on logout (#282) - Prevented storage on a non-mounted container volume (#275) - Fixed fetching repositories from GitHub Enterprise (#277) - Increased the size of Quay.io hosted build nodes (#234) -- Refactored and fixed internal code (#270, #285, #290, #295, #300, #283) +- Refactored and fixed internal code (#270, #285, #290, #295, #300, #283, #317) - Migrated triggers to use Bitbucket's new API (#255, #256) -- Added a throbbler for deleting a repository (#269) +- Added a throbber for deleting a repository (#269) - Tweaked numerous UI elements on Repository listing (#268) - Increased SQL query performance for numerous interactions (#264, #281, #308, #309)