From b03b32bc1e96dec56696fce37aa515f27178da56 Mon Sep 17 00:00:00 2001 From: rustagir Date: Mon, 23 Sep 2024 10:42:03 -0400 Subject: [PATCH] DOCSP-43551: json encoding v5.2 --- source/whats-new.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/whats-new.txt b/source/whats-new.txt index c0b3c0f9..f0fc50bc 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -34,6 +34,12 @@ New features of the 4.11 driver release include: :ref:`kotlin-search-indexes` in the Indexes guide +- Supports serialization of `JsonElement + <{+kotlin-docs+}/api/kotlinx.serialization/kotlinx-serialization-json/kotlinx.serialization.json/-json-element/>`__ + values. To work with the ``JsonElement`` type, you must add the + ``kotlinx-serialization-json`` library as a dependency in your + application. + .. _kotlin-coroutine-version-5.1.3: What's New in 5.1.3