Skip to content

Commit db115cf

Browse files
committed
Tweak NEWS.md entry about additional_metadata, other_keys
1 parent f4a9a5c commit db115cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
66

77
## Breaking changes
88

9-
- `additional_metadata` is no longer used in `as_epi_df()` construction.
10-
`other_keys` is promoted to be an argument directly.
9+
- `additional_metadata` is no longer accepted in `as_epi_df()` or
10+
`as_epi_archive()`. Use the new `other_keys` arg to specify additional key
11+
columns, such as age group columns or other demographic breakdowns.
12+
Miscellaneous metadata are no longer handled by `epiprocess`, but you can use
13+
R's built-in `attr<-` instead for a similar feature.
1114

1215
## Improvements
1316

0 commit comments

Comments
 (0)