diff --git a/NEWS.md b/NEWS.md index aa9db32..53282bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,22 @@ +# pkglite 0.2.0 + +## New features + +- Added a file specification template `file_tests()` (#2). +- New method to `merge()` file collection objects (#3). +- New method to `prune()` (remove files from) file collection objects (#4). +- Added `vignette("filecollection")` on curating file collections (#12). + +## Bug fixes + +- `collate()` now only collates files by applying shell-style tests (#7). + +## Enhancements + +- Added SAS binary file formats to dictionary (#8). +- Replaced `1:k` with `seq_len(k)` (#6). +- Removed the redundant `LazyData` field (#5). + # pkglite 0.1.1 - Added missing value section to Rd files.