Skip to content

Commit 0b9c1fb

Browse files
Update CHANGES.md
1 parent 83f34ad commit 0b9c1fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
Version 0.20.0-RC2 preview release adds support for backpressure to the `zip` operators, fixes bugs and removes the `Subscribe.onSetProducer` method.
66

7-
This means signature changes are now:
7+
This means signature changes are modified to be:
88

9-
A new type `Producer` has been added:
9+
The new type `Producer` ->
1010

1111
```java
1212
public interface Producer {
1313
public void request(long n);
1414
}
1515
```
1616

17-
The `Subscriber` type now has these methods added:
17+
New methods added to `Subscriber` ->
1818

1919
```java
2020
public abstract class Subscriber<T> implements Observer<T>, Subscription {

0 commit comments

Comments
 (0)