diff options
| -rw-r--r-- | docs/users_guide/8.2.1-notes.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst index d70dc50e42..9a222e6003 100644 --- a/docs/users_guide/8.2.1-notes.rst +++ b/docs/users_guide/8.2.1-notes.rst @@ -346,6 +346,16 @@ containers - Version number XXXXX (was 0.5.4.0) +compact +~~~~~~~ + +The ``compact`` library provides an experimental API for placing immutable +data structures into a contiguous memory region. Data in these regions +is not traced during garbage collection and can be serialized to disk or +over the network. + +- Version number 1.0.0.0 (newly added) + deepseq ~~~~~~~ |
