Add CHANGELOG entry

This commit is contained in:
Bruno Oliveira 2017-04-06 12:42:17 -03:00 committed by GitHub
parent 333ce9849d
commit 24ac923938
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,9 @@ Changes
* Add ``venv`` to the default ``norecursedirs`` setting. * Add ``venv`` to the default ``norecursedirs`` setting.
Thanks `@The-Compiler`_ for the PR. Thanks `@The-Compiler`_ for the PR.
* ``PluginManager.import_plugin`` now accepts unicode plugin names in Python 2.
Thanks `@reutsharabani`_ for the PR.
Bug Fixes Bug Fixes
@ -82,6 +85,7 @@ Bug Fixes
.. _@fogo: https://github.com/fogo .. _@fogo: https://github.com/fogo
.. _@mandeep: https://github.com/mandeep .. _@mandeep: https://github.com/mandeep
.. _@MichalTHEDUDE: https://github.com/MichalTHEDUDE .. _@MichalTHEDUDE: https://github.com/MichalTHEDUDE
.. _@reutsharabani: https://github.com/reutsharabani
.. _@unsignedint: https://github.com/unsignedint .. _@unsignedint: https://github.com/unsignedint
.. _@Kriechi: https://github.com/Kriechi .. _@Kriechi: https://github.com/Kriechi