Skip to content

Commit

Permalink
Add React upgrade to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 19, 2017
1 parent 9049ef8 commit 9035013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog/1.0.0-RC.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ See https://github.com/japgolly/scalajs-react/blob/v1.0.0-RC1/doc/changelog/1.0.
* Add `Reusable.ap(ra: Reusable[A], rb: Reusable[B])(f: (A, B) => C): Reusable[C]`
* Add `Reusable[A]#ap[B](rf: Reusable[A => B]): Reusable[B]`
* Add `Reusable[A]#tuple[B](rb: Reusable[B]): Reusable[(A, B)]`
* Upgrade to React to 15.5.4.
* Upgrade to Scala.JS 0.6.15.
* Upgrade to Scala to 2.11.11 and 2.12.2.
* Upgrade to Scalaz 7.2.11.
Expand Down

0 comments on commit 9035013

Please sign in to comment.