diff --git a/docs/releasenotes/robotstatuschecker-4.0.0.rst b/docs/releasenotes/robotstatuschecker-4.0.0.rst new file mode 100644 index 0000000..798edfe --- /dev/null +++ b/docs/releasenotes/robotstatuschecker-4.0.0.rst @@ -0,0 +1,52 @@ +======================== +robotstatuschecker 4.0.0 +======================== + + +.. default-role:: code + + +StatusChecker is a tool for validating that executed `Robot Framework`_ test cases +have expected statuses and log messages. It is mainly useful for Robot Framework +test library developers who want to use Robot Framework to also test their libraries. +StatusChecker 4.0 is new release with major rewrite and refactoring. It also +brings support for Robot Framework 7.2 and checking test log messages and control +strcuktures. StatusChecker 4.0 is compatible with Python 3.8. + +StatusChecker project is hosted at GitHub and downloads are at PyPI_ +.. _Robot Framework: http://robotframework.org +.. _PyPI: https://github.com/robotframework/statuschecker +.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues?q=milestone%3Av4.0.0 + + +.. contents:: + :depth: 2 + :local: + +Most important enhancements +=========================== + +Support for RF 7.2 (`#47`_) +--------------------------- +This turnert to be rewrite and refactoring of the whole tool. It also +brings support for Robot Framework 7.2 and checking test log messages and control +strcuktures. StatusChecker 4.0 is compatible with Python 3.8. + +Full list of fixes and enhancements +=================================== + +.. list-table:: + :header-rows: 1 + + * - ID + - Type + - Priority + - Summary + * - `#47`_ + - enhancement + - high + - Support for RF 7.2 + +Altogether 1 issue. View on the `issue tracker `__. + +.. _#47: https://github.com/robotframework/statuschecker/issues/47