Skip to content

Commit

Permalink
Add breaking changes to 0.26.0 entry (#413)
Browse files Browse the repository at this point in the history
Fixes #401, #402, #403, and #405.

By documenting the changes in #367, #374, #375, and #377.
  • Loading branch information
srawlins authored and cbracken committed Feb 28, 2018
1 parent 5aaa3f5 commit 7929af2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
0.25.0.
* BREAKING CHANGE: eliminated deprecated `repeat`. Deprecated in 0.25.0.
Callers should use `String`'s `*` operator.
* BREAKING CHANGE: `collect`, `concat`, `doWhileAsync`, `enumerate`,
`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.
* Deprecated: `reverse` in the `strings` library. No replacement is
provided.
* Deprecated: `createTimer`, `createTimerPeriodic` in the `async` library.
Expand Down

0 comments on commit 7929af2

Please sign in to comment.