add changelog entry for fix #1073

This commit is contained in:
holger krekel 2015-09-28 14:17:58 +02:00
parent 1c0ffc5caf
commit 03aca9ea79
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
2.8.1.dev 2.8.1.dev
--------- ---------
- fix issue #1073: avoid calling __getattr__ on potential plugin objects.
This fixes an incompatibility with pytest-django. Thanks Andreas Pelme,
Bruno Oliveira and Ronny Pfannschmidt for contributing and Holger Krekel
for the fix.
- Fix issue #704: handle versionconflict during plugin loading more - Fix issue #704: handle versionconflict during plugin loading more
gracefully. Thanks Bruno Oliveira for the PR. gracefully. Thanks Bruno Oliveira for the PR.