From 94fe53036157ad5991b30c6f8184114cbb6898a4 Mon Sep 17 00:00:00 2001 From: David Barri Date: Fri, 22 Oct 2021 13:53:58 +1100 Subject: [PATCH] Document additional lib upgrades in RC4 --- doc/changelog/2.0.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog/2.0.0.md b/doc/changelog/2.0.0.md index ddbfe861a..48d33f09e 100644 --- a/doc/changelog/2.0.0.md +++ b/doc/changelog/2.0.0.md @@ -368,7 +368,10 @@ You can run the script in the Migration section at the bottom of the page to aut * `ReactTestUtils` is now a `trait` as well as an `object` so that you can mix it into your own test utils collection * Upgrade deps * Cats-effect to 3.2.9 + * Microlibs to 4.0.0 + * Scala.js to 1.7.1 * scalajs-dom 2.0.0 + * UnivEq to 2.0.0 # Thanks