summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:40:18 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:43:57 -0500
commitb2202f5aee77d3a764154d89a56579da83232282 (patch)
tree419577b2484e4f5058f5a3bdea239a5d8874fb6f /CHANGES.rst
parent1d0e60b043f7ea7ff421450ca5c3ce1c924e8ab3 (diff)
downloadpytest-runner-b2202f5aee77d3a764154d89a56579da83232282.tar.gz
Emit a warning when a future-unsupported setuptools version is detected. Ref #43.4.4
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 02d5618..0ae8d37 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+4.4
+===
+
+* #43: Detect condition where declarative config will cause
+ errors and emit a UserWarning with guidance on necessary
+ actions.
+
4.3.1
=====