Skip to content

Commit 294a8e8

Browse files
Update CHANGES.md
1 parent 00ca294 commit 294a8e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
This release adds `@Beta` and `@Experimental` annotations to mark APIs that are not yet stable.
66

7+
An example of how this looks in the [Javadocs](http://reactivex.io/RxJava/javadoc/rx/Observable.html#onBackpressureBlock()) is:
8+
9+
```
10+
@Experimental
11+
public final Observable<T> onBackpressureBlock()
12+
```
13+
714
The lifecycle and stability of these are [documented in the README](https://github.com/ReactiveX/RxJava/blob/1.x/README.md#versioning) as follows:
815

916
> #### @Beta

0 commit comments

Comments
 (0)