We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d4612 commit c77091eCopy full SHA for c77091e
RELEASE_NOTES.md
@@ -1,8 +1,20 @@
1
-#### 1.0.0-RC1 - 04.07.2016
+#### 1.0.0 - 05.04.2017
2
3
Reactive.Streams
4
- - Support for PCL Profile7
5
- - Removed non-generic IPublisher and ISubscriber interfaces.
+ - Stable release
+ - Support for .Net Standard 1.0
6
+
7
+Reactive.Streams.TCK
8
9
+ - Fix missing Cancel() in tests that don't consume the entire source #32
10
+ - Skip §2.13 for value types #34
11
+ - Fail NextN with the correct error message if timeout is reached #36
12
13
+#### 1.0.0-RC1 - 04.07.2016
14
15
+Reactive.Streams
16
+ - Support for PCL Profile7
17
+ - Removed non-generic IPublisher and ISubscriber interfaces.
18
19
Reactive.Streams.TCK
- - Initial release
20
+ - Initial release
0 commit comments