From ea575cf5da6b7799eb24ffacf7862d48dbdf5f13 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Mon, 29 Oct 2018 19:49:11 -0700 Subject: [PATCH] changelog: add Mirror module entry (#951) Summary: This points to #622 as the blanket issue, though really there was a long series of pull requests worth of implementation. Test Plan: None. wchargin-branch: changelog-mirror --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173692b..0e5d66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## [Unreleased] +- Cache GitHub data, allowing for incremental and resumable loading (#622) - Hyperlink Git commits to GitHub (#887) - Relicense from MIT to MIT + Apache-2 (#812) - Display short hash + summary for commits (#879)