diff options
Diffstat (limited to 'source/options-storage.ts')
-rw-r--r-- | source/options-storage.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/options-storage.ts b/source/options-storage.ts index 11eeda31..47d79300 100644 --- a/source/options-storage.ts +++ b/source/options-storage.ts @@ -20,6 +20,7 @@ const defaults = Object.assign({ // TODO[2021-10-01]: Drop classes `muted-link`, `link-gray`, `link-gray-dark`, `text-gray`, `text-gray-light`, `text-gray-dark`, `text-green`, `text-red` `text-blue` #4021 const migrations = [ featureWasRenamed('collapse-markdown-sections', 'collapse-wiki-sections'), // Merged in May + featureWasRenamed('separate-draft-pr-button', 'one-click-pr-or-gist'), // Removed features will be automatically removed from the options as well OptionsSyncPerDomain.migrations.removeUnused |