Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed May 14, 2018
1 parent 57f693f commit 30c67ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For ease of use, the default methods for most of the functional interfaces were
in the redefined interfaces (keeping them single method interfaces) - the missing default (and static) methods can
always be found in the corresponding companion class.

The current stable release is `streamsupport-1.6.2`.
The current stable release is `streamsupport-1.6.3`.

Want also lambdas? https://github.com/orfjackal/retrolambda

Expand All @@ -44,7 +44,7 @@ Please give feedback [here](https://github.com/stefan-zobel/streamsupport/issues

```gradle
dependencies {
compile 'net.sourceforge.streamsupport:streamsupport:1.6.2'
compile 'net.sourceforge.streamsupport:streamsupport:1.6.3'
}
```

Expand All @@ -55,7 +55,7 @@ dependencies {
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>streamsupport</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
</dependency>
```

Expand Down
12 changes: 10 additions & 2 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RELEASE NOTES

- "1.6.2-stable" is the current stable release
- "1.6.3-stable" is the current stable release


GENERAL
Expand Down Expand Up @@ -73,7 +73,10 @@ GENERAL
component and j8.u.c.CompletionException has moved to streamsupport-cfuture
(the only place where it is used).
streamsupport-literal is no longer maintained but the 1.6.0 version can
still be used since it doesn't have any dependencies on other artifacts.
still be used since it doesn't have any dependencies on other artifacts.

- Release 1.6.3 fixes some streamsupport issues with the Android P developer
preview



Expand Down Expand Up @@ -138,6 +141,11 @@ KNOWN PROBLEMS

VERSION HISTORY

1.6.3-stable (2018-05-14)
- Compatibility with Android P preview rev. 3 [#365]
- JDK-8184693: Add Optional.isEmpty
- JDK-8201650: Move randomized iteration order to iterators

1.6.2-stable (2018-04-15)
- JDK-8200520: ForkJoin tasks interrupted after shutdown
- JDK-8193128: Reduce number of classes returned by List/Set/Map.of()
Expand Down

0 comments on commit 30c67ed

Please sign in to comment.