From 4ac6675fef7d8eb8664fc055e15952ce3e9e6bfe Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Thu, 20 Sep 2018 12:32:07 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c584ec5..6e48d50f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ BUG FIXES: * core: Re-add deprecated capabilities information for now [GH-5360] * storage/mysql: Fix locking on MariaDB [GH-5343] +IMPROVEMENTS: + + * plugins: Add `env` parameter when registering plugins to the catalog to allow + operators to include environment variables during plugin execution. [GH-5359] + ## 0.11.1.1 (September 17th, 2018) (Enterprise Only) BUG FIXES: