diff --git a/NEWS.md b/NEWS.md index 620828e2..2b3ea660 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,9 +3,9 @@ ## New features -* ENRAM VPTS data exchange format added in package data as `vpts_schema.rda` +* ENRAM VPTS data exchange format added in package data as `vpts_schema.rda` -* VPTS files are now able to be validated with `validate_vpts()` which uses the schema to check for min/max constraint violations for specific fields, regex and datetime formatting +* VPTS files are now able to be validated with `validate_vpts()` which uses the schema to check for min/max constraint violations for specific fields, regex and datetime formatting * speed up `integrate_to_ppi()` and `project_as_ppi()` by using native `sf` functions (#669)