summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-23 14:58:24 +0200
committerLars Wirzenius <liw@liw.fi>2012-05-23 14:58:24 +0200
commit0f4379081f62370c360f6a792a844cbc982a229c (patch)
tree0d21366061c3ba7fb33af58b2b6f284e5ea8133c /README
parent62a91e6d140233658b9aa6930dc4285272e1a109 (diff)
downloadlarch-0f4379081f62370c360f6a792a844cbc982a229c.tar.gz
Document on-disk data structure and file format stability in README
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 87f6b7f..cdedbb0 100644
--- a/README
+++ b/README
@@ -34,6 +34,14 @@ See the file example.py for an example.
* Rodeh paper: <http://liw.fi/larch/ohad-btrees-shadowing-clones.pdf>
+Stability
+---------
+
+The larch on-disk file format and data structures are frozen as of version
+0.31. That means any B-trees stored on disk with that version, or any
+later version, will be readable by future versions of larch.
+
+
Build and install
-----------------