Skip to content

Commit 757c27e

Browse files
committed
bump to v1.4.0
1 parent 9cbc3f1 commit 757c27e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v1.4.0
2+
3+
- Introduce a faster test runner, it could be enable by specifying the
4+
option `legacy_runner` in unittesting.json. The default value of
5+
`legacy_runner` is set as `true` for the moment. We are deprecating
6+
the original test runner and will change the default value of `legacy_runner`
7+
to `false` at some point in the future.
8+
- Discarded/lost windows fix on unittesting/mixin.py (#139)
9+
- Optionally generate html report (#141)
10+
- Allow starting coverage after reload (#140)
11+
- Optimize output panel by writing less often
12+
13+
Contributors:
14+
- thom
15+
- evandrocoan
16+
- Randy Lai
17+
- herr kaste
18+
19+
120
# v1.3.5
221

322
- refactor ci.ps1 and install_sublime_text.ps1

0 commit comments

Comments
 (0)