diff --git a/NEWS.md b/NEWS.md index 8494a48..96bcf73 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,8 +4,8 @@ ## New features - Improve handling of `filter_geom` by `arc_select()` by warning if applying `sf::st_union()` to the filter does not generate a length 1 sfc, or if `filter_geom` is supplied when accessing a Table, or if `filter_geom` is empty (@elipousson, #166) -- Export `set_layer_col_names()` (previously used internally by `arc_read()`) to allow use of alias values with data returned by `arc_select()` (#169). -- Add new `set_layer_coded_values()` function to support replacement or labelling of values with coded value domains (#134). +- Export `set_layer_aliases()` (previously used internally by `arc_read()`) to allow use of alias values with data returned by `arc_select()` (#169). +- Add new `encode_field_values()` function to support replacement or labeling of values with coded value domains (#134). ## Bug fixes @@ -15,6 +15,7 @@ ## Breaking changes - `dplyr` methods for `collect()`, `select()`, and `filter()` have been removed. +- Soft deprecate `arc_read(col_names = "alias")` (use `arc_read(alias = "replace")` instead) # arcgislayers 0.3.1