From 0057cfa0664fddb2356119f57c602f3d543dd336 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 21 Feb 2018 13:11:11 -0800 Subject: [PATCH] remove plugin sections from reno config * we'll generate those at runtime using plugin metadata instead of trying to cobble together from sections --- changelogs/config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 8ae350e5a9f..f2380b7dcec 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -8,11 +8,5 @@ sections: - ['minor_changes', 'Minor Changes'] - ['deprecated_features', 'Deprecated Features'] - ['removed_features', 'Removed Features (previously deprecated)'] -- ['new_lookup_plugins', 'New Lookup Plugins'] -- ['new_callback_plugins', 'New Callback Plugins'] -- ['new_connection_plugins', 'New Connection Plugins'] -- ['new_test_plugins', 'New Test Plugins'] -- ['new_filter_plugins', 'New Filter Plugins'] -- ['new_modules', 'New Modules'] - ['bugfixes', 'Bugfixes'] - ['known_issues', 'Known Issues']