Skip to content

Commit 0a645d1

Browse files
committed
Release notes for 2.0.3
1 parent ee68b5d commit 0a645d1

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
========================
2+
robotstatuschecker 2.0.3
3+
========================
4+
5+
6+
.. default-role:: code
7+
8+
9+
StatusChecker is a tool for validating that executed `Robot Framework`_ test cases
10+
have expected statuses and log messages. It is mainly useful for Robot Framework
11+
test library developers who want to use Robot Framework to also test their libraries.
12+
StatusChecker 2.0.1 is compatible with Python 3.6+ and RF 3.2.2 and RF 4.0.1. StatusChecker
13+
2.0.2 fixes regression with 2.0.2 release
14+
15+
StatusChecker project is hosted at GitHub and downloads are at PyPI_
16+
17+
.. _Robot Framework: http://robotframework.org
18+
.. _PyPI: https://github.com/robotframework/statuschecker
19+
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av2.0.3
20+
21+
22+
.. contents::
23+
:depth: 2
24+
:local:
25+
26+
Most important enhancements
27+
===========================
28+
29+
**EXPLAIN** or remove these.
30+
31+
- Revert changes in release 2.0.2, it causes too much other failures (`#29`_)
32+
33+
Full list of fixes and enhancements
34+
===================================
35+
36+
.. list-table::
37+
:header-rows: 1
38+
39+
* - ID
40+
- Type
41+
- Priority
42+
- Summary
43+
* - `#29`_
44+
- bug
45+
- critical
46+
- Revert changes in release 2.0.2, it causes too much other failures
47+
48+
Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/statuschecker/issues?q=milestone%3Av2.0.3>`__.
49+
50+
.. _#29: https://github.com/robotframework/statuschecker/issues/29

0 commit comments

Comments
 (0)