From f57e85f788de8442aaa60d0ba92ac3b8c1924285 Mon Sep 17 00:00:00 2001 From: Rotem Yaari Date: Tue, 30 Apr 2019 09:06:39 +0300 Subject: [PATCH] Changelog --- doc/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index f174c351..38dc98b3 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`1.7.10 <30-04-2019>` * :bug:`930` Restore behavior of exceptions propagating out of the test_start or test_end hooks. Correct behavior is for those to fail the test (thanks @pierreluctg) * :bug:`934` Parallel sessions now honor fatal exceptions encountered in worker sessions * :bug:`928` Fixed a bug causing requirements to leak across sibling test classes