summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-05-02 16:31:15 -0400
committerJohn Szakmeister <john@szakmeister.net>2014-05-02 16:31:15 -0400
commit930a717a463ce36b417338e4557dcc39307ef514 (patch)
tree1b6b800503be64015567af2b30c147fb15ef10a3
parentac9cc08e1a95e5614c8f9863091014186edecbdd (diff)
downloadnose-930a717a463ce36b417338e4557dcc39307ef514.tar.gz
Bring the CHANGELOG up-to-date.
-rw-r--r--CHANGELOG9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ef70f74..dafdf4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,14 @@
Under Development
+- Fixed an issue where build_ext was not working under setup.py nosetest
+ Patch by Michael Crusoe
+- Fixed #786: generator method fails with callable instance
+ Patch by Antoine Dechaume
+- Fixed a traceback when using string exceptions
+- Fixed #792: "Not a directory" error when using python setup.py nosetests
+- Fixed #779: xunit report file is written in --where directory
- Fixed #782: Test failures with Python >= 3.3
- Patch by Dmitry Shachnev.
+ Patch by Dmitry Shachnev
- Fixed #780: Fix a regression with Python 3
- Fixed #783: try_run is broken with Python 3.4