Skip to content

Commit 4d00a2f

Browse files
committed
Polish up the change history for SQLite storage
1 parent d7b2033 commit 4d00a2f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGES.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,16 @@ Unreleased
2222
can be created earlier than it used to. A large amount of code was
2323
refactored to support this change.
2424

25-
- The old data format is still available (for now) by setting the environment
26-
variable COVERAGE_STORAGE=json. Please tell me if you think you need to keep
27-
the JSON format.
25+
- Because the data file is created differently than previous releases, you
26+
may need ``parallel=true`` where you didn't before.
27+
28+
- The old data format is still available (for now) by setting the environment
29+
variable COVERAGE_STORAGE=json. Please tell me if you think you need to
30+
keep the JSON format.
31+
32+
- The database schema is guaranteed to change in the future, to support new
33+
features. I'm looking for opinions about making the schema part of the
34+
public API to coverage.py or not.
2835

2936
- Development moved from `Bitbucket`_ to `GitHub`_.
3037

0 commit comments

Comments
 (0)