You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
git2rdata 0.0.4 (2019-05-15)
1
+
git2rdata 0.0.4 (2019-05-16)
2
2
============================
3
3
4
4
### BREAKING FEATURES
@@ -8,10 +8,10 @@ git2rdata 0.0.4 (2019-05-15)
8
8
### NEW FEATURES
9
9
10
10
*`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.
12
12
*`is_git2rmeta()` validates metadata.
13
13
*`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.
15
15
* Files with invalid metadata yield a warning with `list_data()`, `rm_data()` and `prune_meta()`.
0 commit comments