From 5a70c5b0ec562202a641a3802dab5200fdb6192d Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 3 Dec 2018 17:44:12 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b0f9c296..e5850c5104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,11 +57,11 @@ CHANGES: difference but it should provide significant performance benefits for those writing custom clients using the Go API library. As before, this can be changed to any custom HTTP client by the caller. - * Builtin Secret Engines and Auth Methods are integrated deeper into the plugin - system. The plugin catalog can now override builtin plugins with custom - versions of the same name. Additionally the plugin system now requires a plugin - `type` field when configuring plugins, this can be "auth", "database", or - "secret". + * Builtin Secret Engines and Auth Methods are integrated deeper into the + plugin system. The plugin catalog can now override builtin plugins with + custom versions of the same name. Additionally the plugin system now + requires a plugin `type` field when configuring plugins, this can be "auth", + "database", or "secret". FEATURES: