From d17efb4346e066b0ec643992af24a8641b6dbd22 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 23 Feb 2015 07:08:52 -0800 Subject: [PATCH] Add plugin loader optimization to the changelog: https://github.com/ansible/ansible/pull/10275 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d855544de..a28749a6195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ in progress, details pending * subversion: When updating a checkout with local modifications, you now need to add force so the module will revert the modifications before updating. +* Optimize the plugin loader to cache available plugins much more efficiently. + For some use cases this can lead to dramatic improvements in startup time. + ## 1.8.1 "You Really Got Me" - Nov 26, 2014 * Various bug fixes in postgresql and mysql modules.