| OLD | NEW |
| 1 # 0.2.1+2 | 1 # 0.2.2+2 |
| 2 | 2 |
| 3 * Compatibility with the latest `test`. | 3 * Compatibility with the latest `test`. |
| 4 | 4 |
| 5 # 0.2.1+1 | 5 # 0.2.2+1 |
| 6 | 6 |
| 7 * Require `test` version `0.12.5`. | 7 * Require `test` version `0.12.5`. |
| 8 | 8 |
| 9 # 0.2.1 | 9 # 0.2.1 |
| 10 | 10 |
| 11 * Support passing named arguments through to the underlying call to `test()`. | 11 * Support passing named arguments through to the underlying call to `test()`. |
| 12 | 12 |
| 13 # 0.2.0+1 | 13 # 0.2.0+1 |
| 14 | 14 |
| 15 * Compatibility with the latest `test`. | 15 * Compatibility with the latest `test`. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 * `expectTestResults` has been removed. | 29 * `expectTestResults` has been removed. |
| 30 | 30 |
| 31 # 0.1.1 | 31 # 0.1.1 |
| 32 | 32 |
| 33 * Changed maximum version of `unittest` to support development. | 33 * Changed maximum version of `unittest` to support development. |
| 34 | 34 |
| 35 # 0.1.0 | 35 # 0.1.0 |
| 36 | 36 |
| 37 * First release. | 37 * First release. |
| OLD | NEW |