summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2015-02-17 16:41:45 -0500
committerJohn Szakmeister <john@szakmeister.net>2015-02-17 16:41:45 -0500
commit18271b1f982869bcfb169221e1dd1f2a888ccbee (patch)
tree86349c008a2f3ec4ba5aced597d9ebedd667f069
parent87a10ecb09dc454cd1357aae255614ef7fa2b2cf (diff)
downloadnose-18271b1f982869bcfb169221e1dd1f2a888ccbee.tar.gz
Update CHANGELOG.
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9493b2c..c160a76 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+1.3.5
+
+- Fix #875: nose doesn't collect tests when subpackage is given as arg
+- Fix #809: tests not discovered for namespace packages on Windows
+- Fix #815: "ValueError: unsupported pickle protocol" with --with-id
+- Wrap the working dir path name in quotes when reporting an error.
+ Patch by Őry Máté.
+
1.3.4
- Recognize doctest options defined in other plugins