From 6ac2a9b934029e4ba4c74298e80a3e7e547348e4 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 29 May 2013 16:41:51 -0500 Subject: [PATCH] Add note to README.md that Db interface may change. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 689861e8..3a6c287d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ coverage. See `test_coverage.txt` for the current coverage (using gocov). On a UNIX-like OS, the script `cov_report.sh` can be used to generate the report. Package btcdb is licensed under the liberal ISC license. +Note that the main `Db` interface is not yet finalized, so it is subject to +change. + ## Sample Use ```Go