summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31af1aa..92b8e05 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ CHANGES
* ``FakePopen`` now supports being called under a context manager (IE: with).
(Steve Kowalik)
+* ``FakeProcess`` now supports kill(). (Steve Kowalik)
+
* ``MonkeyPatch`` now preserves ``staticmethod`` functions.
(Dan Kenigsberg)