Skip to content

Commit 353f47a

Browse files
retronymviktorklang
authored andcommitted
Fix reference to base version and formatting (reactive-streams#466)
* Fix reference to base version and formatting * Update CopyrightWaivers.txt
1 parent aa3749e commit 353f47a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CopyrightWaivers.txt

+2
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ kiiadi | Kyle Thomson, [email protected], Amazon.com
4444
jroper | James Roper, [email protected], Lightbend Inc.
4545
olegdokuka | Oleh Dokuka, [email protected], Netifi Inc.
4646
Scottmitch | Scott Mitchell, [email protected], Apple Inc.
47+
retronym | Jason Zaugg, [email protected], Lightbend Inc.
48+

RELEASE-NOTES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Announcement:
66

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

99
## Highlights:
1010

@@ -66,7 +66,7 @@ We—the Reactive Streams community—are pleased to announce the immediate avai
6666

6767
*The intent of this rule is to establish that external synchronization must be added if a Subscriber will be using a Subscription concurrently by two or more threads.*
6868

69-
**1.0.3-RC1:* A Subscriber MUST ensure that all calls on its Subscription's request and cancel methods are performed serially.
69+
**1.0.3-RC1:** A Subscriber MUST ensure that all calls on its Subscription's request and cancel methods are performed serially.
7070

7171
*The intent of this rule is to permit the calling of the request and cancel methods (including from multiple threads) if and only if a happens-before relation between each of the calls is established.*
7272

0 commit comments

Comments
 (0)