From 4d00a2f35570a16456f4e3d224d3a22bbc3f5984 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 3 Sep 2018 09:23:45 -0400 Subject: Polish up the change history for SQLite storage --- CHANGES.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1a10a7d5..521d10ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,9 +22,16 @@ Unreleased can be created earlier than it used to. A large amount of code was refactored to support this change. -- The old data format is still available (for now) by setting the environment - variable COVERAGE_STORAGE=json. Please tell me if you think you need to keep - the JSON format. + - Because the data file is created differently than previous releases, you + may need ``parallel=true`` where you didn't before. + + - The old data format is still available (for now) by setting the environment + variable COVERAGE_STORAGE=json. Please tell me if you think you need to + keep the JSON format. + + - The database schema is guaranteed to change in the future, to support new + features. I'm looking for opinions about making the schema part of the + public API to coverage.py or not. - Development moved from `Bitbucket`_ to `GitHub`_. -- cgit v1.2.1