summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2017-02-20 16:25:00 -0800
committerEdward Z. Yang <ezyang@cs.stanford.edu>2017-02-22 20:47:50 -0800
commit992ea02980d59eec0ac730b912fa16733a0fe0e1 (patch)
tree354be8e4ebb144a331afa93a645ac000c7a9e54d
parentc347a121b07d22fb91172337407986b6541e319d (diff)
downloadhaskell-992ea02980d59eec0ac730b912fa16733a0fe0e1.tar.gz
Changelog notice for compact.
Test Plan: none Reviewers: bgamari, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3165
-rw-r--r--docs/users_guide/8.2.1-notes.rst10
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
~~~~~~~