Add plugin loader optimization to the changelog: https://github.com/ansible/ansible/pull/10275

This commit is contained in:
Toshio Kuratomi 2015-02-23 07:08:52 -08:00
parent 920b71984e
commit d17efb4346

View file

@ -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.