Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Prepare 10.0 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Oct 6, 2019
1 parent 859c166 commit 88eec28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Unittests change log

## ?.?.? / ????-??-??

## 10.0.0 / 2019-10-06

* Implemented feature #36 (*Baseless, single-instance test classes*).
**Heads up:** This breaks API compatibility if you have written your
own test actions: These now accept `unittest.Test` instances instead
of *unittest.TestCase*! The unittest runner itself remains unchanged
and can now run both TestCase instances as well as the new baseless
test classes.
- Merged PR #38: Backwards compatible Listener API
- Merged PR #37: Baseless, single-instance tests
(@thekid)

## 9.7.1 / 2019-08-22

* Rewrote `unittest.actions.VerifyThat` to no longer user the deprecated
Expand Down

0 comments on commit 88eec28

Please sign in to comment.