Skip to content

Commit

Permalink
Bumped version number and updated the changelog for the upcoming rele…
Browse files Browse the repository at this point in the history
…ase.
  • Loading branch information
CleanCut committed Jun 15, 2015
1 parent 888f6ae commit a726e9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Version 1.9.4
##### 15 June 2015

- Added a deprecation warning for the `-m/--html` option. Unless I get some
credible requests to leave the functionality, then I am going to proceed with
removing it under the assumption that no one uses it (and I don't want to
maintain complex, unused code).
- Investigated an issue with `SystemExit` and `KeyboardInterrupt` halting the
python process when your test subclasses `testtools.TestCase`. Turns out
that that is a design decision made by the testtools devs that they want those
exceptions to stop everything. So we won't interfere with their desires. If
you don't like the behavior, either stop subclassing `testtools.TestCase` or
simply catch those two exceptions in your own tests.


# Version 1.9.3
##### 7 June 2015

Expand All @@ -6,12 +21,14 @@
each subprocess to obtain whatever resources might be needed by a single
process (like its own database, for example).


# Version 1.9.2
##### 8 May 2015

- Fixed a regression that caused the `-a/--allow-stdout` cli option and
corresponding config option to be ignored. Fixes issue #58.


# Version 1.9.1
##### 13 April 2015

Expand Down
2 changes: 1 addition & 1 deletion green/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
1.9.4

0 comments on commit a726e9e

Please sign in to comment.