diff --git a/CHANGELOG.md b/CHANGELOG.md index 9969dea63..f8bc41094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +### 1.11.0 + +- 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) +- 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) +- Migrated triggers to use Bitbucket's new API (#255, #256) +- Added a throbbler for deleting a repository (#269) +- Tweaked numerous UI elements on Repository listing (#268) +- Increased SQL query performance for numerous interactions (#264, #281, #308, #309) + ### 1.10.0 - Fixed GitHub API usage to prevent over-listing users' repos (#260)