diff options
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.rst | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index de3d6502..0033ec71 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -55,6 +55,7 @@ Noel O'Boyle Pablo Carballo Patrick Mezard Peter Portante +Rodrigue Cloutier Roger Hu Ross Lawley Sandra Martocchia diff --git a/CHANGES.rst b/CHANGES.rst index 76b71a5f..f578f291 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,9 @@ Unreleased and they will apply to the entire function or class being decorated. This implements the feature requested in `issue 131`_. +- Multiprocessing support is now available on Windows. Thanks, Rodrigue + Cloutier. + .. _issue 131: https://bitbucket.org/ned/coveragepy/issues/131/pragma-on-a-decorator-line-should-affect |