From 9945577c0e23645d2d4610712be0e3ca44fd4c7a Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Mon, 6 Feb 2023 07:40:16 +0100 Subject: [PATCH] Prepared release 3.0.0-M2 --- upickleReadme/Readme.scalatex | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/upickleReadme/Readme.scalatex b/upickleReadme/Readme.scalatex index 9bd34ed05..3a5a85c86 100644 --- a/upickleReadme/Readme.scalatex +++ b/upickleReadme/Readme.scalatex @@ -23,7 +23,7 @@ ) ) -@sect("uPickle 3.0.0-M1") +@sect("uPickle 3.0.0-M2") @div(display.flex, alignItems.center, flexDirection.column) @div @a(href := "https://gitter.im/lihaoyi/upickle")( @@ -845,6 +845,18 @@ JSON library, and inherits a lot of it's performance from Erik's work. @sect{Version History} + @sect{3.0.0-M2} + @ul + @li + Greatly improved speed and runtime-time safety for Scala 3 macros + + @li + Fixed infinite compile-loop issue on Scala 3 + + @li + Ensured, that @code{ujson.Value}s behave properly as a direct target of reading + and writing operations + @sect{3.0.0-M1} @ul @li