Skip to content

Commit

Permalink
Document #373 as breaking change (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored and cbracken committed Mar 9, 2018
1 parent dd0c602 commit a3d5363
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
`extent`, `forEachAsync`, `max`, `merge`, `min`, `reduceAsync`, and `zip`
are now type parameterized. Depending on the inferred value of each type
parameter, the return type of each function may change in existing code.
* BREAKING CHANGE: `Optional`'s `==` operator now takes into account `T`,
the type of the value. This changes, e.g. `Optional<int>.absent()` to no
longer be equal to `Optional<String>.absent()`.
* Deprecated: `reverse` in the `strings` library. No replacement is
provided.
* Deprecated: `createTimer`, `createTimerPeriodic` in the `async` library.
Expand Down

0 comments on commit a3d5363

Please sign in to comment.