Mention fix for issue #683

This commit is contained in:
Floris Bruynooghe 2015-07-26 12:10:03 +02:00
parent e8f4819876
commit e69e785b23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
2.8.0.dev (compared to 2.7.X)
-----------------------------
- Fix #683: Do not apply an already applied mark. Thanks ojake for the PR.
- Deal with capturing failures better so fewer exceptions get lost to
/dev/null. Thanks David Szotten for the PR.