summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-18 08:57:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-03-18 08:57:05 -0400
commit8355b65ff6d3a15b3910f3a8c2c982f6a299b0e5 (patch)
treeeacbdb95bab0ef7892a3dad0a02fcc79734ffef6 /CHANGES.rst
parent1d547a0b0f85ebdc3d538d3e444a299d004b62a0 (diff)
downloadpytest-runner-8355b65ff6d3a15b3910f3a8c2c982f6a299b0e5.tar.gz
Moved dependency check to runtime. Fixes #40.4.2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 37882ab..3fa11b9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+4.2
+===
+
+* #40: Remove declared dependency and instead assert it at
+ run time.
+
4.1
===