Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading