Skip to content

Commit 6996b75

Browse files
authored
Small fixes in CHANGELOG
1 parent cef8b39 commit 6996b75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
2.0
22
---
33

4-
Breaking changes
4+
Breaking Changes
55
~~~~~~~~~~~~~~~~
66

77
With ``pytest-qt`` 2.0, we changed some defaults to values we think are much
@@ -34,8 +34,8 @@ New Features
3434
for ModelTester (`#63`_).
3535

3636
* New ``qtbot.waitUntil`` method, which continuously calls a callback until a condition
37-
is met or a timeout is reached. Useful for testing some features in X window environments
38-
due to its asynchronous nature.
37+
is met or a timeout is reached. Useful for testing asynchronous features
38+
(like in X window environments for example).
3939

4040
.. _#134: https://github.com/pytest-dev/pytest-qt/issues/134
4141
.. _#63: https://github.com/pytest-dev/pytest-qt/pull/63

0 commit comments

Comments
 (0)