Skip to content

Commit 59f2723

Browse files
committed
docs(CHANGES): Note changes to retry
1 parent e676ff6 commit 59f2723

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: CHANGES

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To install the unreleased libtmux version, see [developmental releases](https://
88
$ pip install --user --upgrade --pre libtmux
99
```
1010

11-
## libtmux current (unreleased)
11+
## libtmux 0.12.x (unreleased)
1212

1313
- _Insert changes/features/fixes for next release here_
1414

@@ -22,6 +22,11 @@ $ pip install --user --upgrade --pre libtmux
2222

2323
- Try out sphinx-autoapi for its table of contents generation ({issue}`367`)
2424

25+
### Testing
26+
27+
- `retry()`: Add deprecation warning. This will be removed in 0.13.x ({issue}`368`, {issue}`372`)
28+
- New function `retry_until()`: Polls a callback function for a set period of time until it returns `True` or times out. By default it will raise {exc}`libtmux.exc.WaitTimeout`, with `raises=False` it will return `False`. Thank you @categulario! ({issue}`368`, {issue}`372`)
29+
2530
## libtmux 0.11.0 (2022-03-10)
2631

2732
### Compatibility

0 commit comments

Comments
 (0)