Skip to content

Commit d8680a7

Browse files
committed
update NEWS.md
1 parent 08c2bec commit d8680a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git2rdata 0.0.4 (2019-05-15)
1+
git2rdata 0.0.4 (2019-05-16)
22
============================
33

44
### BREAKING FEATURES
@@ -8,10 +8,10 @@ git2rdata 0.0.4 (2019-05-15)
88
### NEW FEATURES
99

1010
* `read_vc()` checks the meta data hash. A mismatch results in an error.
11-
* The meta data gains a data hash. A mismatch throws a warning. This allows the data to up updated by other software.
11+
* The meta data gains a data hash. A mismatch throws a warning when reading the object. This tolerates updating the data by other software, while informing the user that such change occurred.
1212
* `is_git2rmeta()` validates metadata.
1313
* `list_data()` lists files with valid metadata.
14-
* `rm_data()` and `prune_meta()` removes files with valid metadata.
14+
* `rm_data()` and `prune_meta()` remove files with valid metadata. Other files are untouched.
1515
* Files with invalid metadata yield a warning with `list_data()`, `rm_data()` and `prune_meta()`.
1616

1717
### Bugfixes

0 commit comments

Comments
 (0)