summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2022-04-25 02:21:32 +0100
committerColin Watson <cjwatson@canonical.com>2022-04-25 02:22:01 +0100
commit61a46b6e4b24d6d5510326a9429208722b971bd6 (patch)
treeef8efeaf6b62822420432b56f094be59a3d33136
parentfbd4e51ed7695b32d753313970e1632b3f41ef60 (diff)
downloadfixtures-git-61a46b6e4b24d6d5510326a9429208722b971bd6.tar.gz
Document more changes since 3.0.0
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79102bf..6bfc0c0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,25 @@ fixtures release notes
NEXT
~~~~
+* Add missing APIs to ``FakeProcess``, making it match ``Popen``.
+ (Free Ekanayaka, #1373224)
+
* Dropped support for Python 2.7, Python 3.4 and Python 3.5 (EOL).
-* Added support for Python 3.7-3.10.
+ (Hugo van Kemenade)
+
+* Added support for Python 3.6-3.10.
+ (Free Ekanayaka, Stephen Finucane, Colin Watson)
+
+* Add possibility to reset the ``FakeLogger``. (Balazs Gibizer)
+
+* Access ``mock.DEFAULT`` lazily rather than at import time so ``mock`` can
+ be overridden with something else. (Jelmer Vernooij)
+
* Support all ``subprocess.Popen`` arguments up to Python 3.10.
+ (Jürgen Gmach, Colin Watson)
+
* Move ``testtools`` requirement to a new ``fixtures[streams]`` extra.
+ (Colin Watson)
3.0.0
~~~~~