Skip to content

Commit 001cd1f

Browse files
committed
Changed release doc 4.4 after rename to Validation.sequenceNonCumulative
1 parent f70f286 commit 001cd1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/release-notes/release-notes-4.4.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Proposed Release Date: July 2015
4747
* Fixed Stream.toString to human readable representation (#138).
4848
* Fixed P1.memo cache in threaded environment (#141, #108).
4949
* Fixed Stream join and bind for infinite streams (#140).
50-
* Fixed Validation.sequence and renamed to sequenceReduce (#162).
50+
* Fixed Validation.sequence and renamed to sequenceNonCumulative (#162).
5151
* Scalacheck property Stream.bindStackOverflow sometimes fails (#168, #169).
5252
* Fixed bug in FingerTree.append (#144).
5353
* Fixed arrayShow (#145).
@@ -69,7 +69,7 @@ Proposed Release Date: July 2015
6969

7070
* Comap methods renamed to contramap.
7171
* Split quickcheck into separate module.
72-
* Validation.sequence renamed to sequenceReduce.
72+
* Validation.sequence renamed to sequenceNonCumulative.
7373
* Changed IOFunctions io to be fromF and fromTry.
7474

7575
== Documentation

0 commit comments

Comments
 (0)