summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e34391d..92b8e05 100644
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,12 @@ 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)
+
0.3.14
~~~~~~