Skip to content

Commit f403f4e

Browse files
committed
Upating release notes of 1.0.2-RC1 to include the fix to #416 by @akarnokd
1 parent 42b0a70 commit f403f4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE-NOTES.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
---
44

5-
# Version 1.0.2-RC1 released on 2017-12-01
5+
# Version 1.0.2-RC1 released on 2017-12-05
66

77
## Announcement:
88

9-
This update to `Reactive Streams` brings the following improvements over `1.0.1`.
9+
We—the Reactive Streams community—are pleased to announce the immediate availability of `Reactive Streams 1.0.2-RC1`. This update to `Reactive Streams` brings the following improvements over `1.0.1`.
1010

1111
## Highlights:
1212

@@ -76,6 +76,7 @@ A TCK artifact has been created to allow for direct TCK verification of `java.ut
7676
## TCK alterations 1.0.2-RC1
7777

7878
- Added support for Publisher verification of Publishers who do coordinated emission, i.e. where elements only are emitted after all current Subscribers have signalled demand. ([#284](https://github.com/reactive-streams/reactive-streams-jvm/issues/284))
79+
- The `SubscriberWhiteboxVerification` has been given more user friendly error messages in the case where the user forgets to call `registerOnSubscribe`. (#416)[https://github.com/reactive-streams/reactive-streams-jvm/pull/416]
7980

8081
## Contributors
8182
+ Roland Kuhn [(@rkuhn)](https://github.com/rkuhn)

0 commit comments

Comments
 (0)