summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP <jpellerin@gmail.com>2012-09-03 09:15:03 -0400
committerJP <jpellerin@gmail.com>2012-09-03 09:15:03 -0400
commitaa0b84a9a1fb08ac8b8a26261421265658ca7e62 (patch)
treec83421b33ae7e99b522c401bb87263452617faae
parentfb9690d46ecec6ab160e315e5d481cc1cd286595 (diff)
downloadnose-aa0b84a9a1fb08ac8b8a26261421265658ca7e62.tar.gz
Update changelog for 1.2 release
-rw-r--r--CHANGELOG12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0f7a9e9..4437f9b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.1.3
+1.2.0
- Fixed issue where plugins included with `addplugins` keyword could
be overridden by built-in plugins (or third-party plugins registered
@@ -14,6 +14,16 @@
our clones of their simple assertion helpers (#453). Patch by Erik Rose.
- Stop using the ``assert`` statement in ``ok_`` and ``eq_`` so they work under
``python -O`` (#504). Patch by Erik Rose.
+- Add loglevel option to logcapture plugin (#493). Patch by Arach Tchoupani.
+- Add doctest options flag (#7 from google code tracker). Patch by Michael
+ Forbes.
+- Add support for using 2to3 with the nosetests setuptools command. Patch by
+ Andrey Golovizin.
+- Add --cover-min-percentage flag to force test runs without sufficient
+ coverage to fail (#540). Patch by Domen Kožar.
+- Add travis-ci configuraion (#545). Patch by Domen Kožar.
+- Call reactor.stop from twisted thread (#301). Patch by Adi Roiban.
+
1.1.2