From 3d5f2c6c65f316a4680ebf7dd7b3e0a7e376652e Mon Sep 17 00:00:00 2001 From: Joan Maspons Date: Thu, 9 Feb 2023 10:49:42 +0100 Subject: [PATCH] Add deprecation of nodes_only and duplicated news already in Minor changes --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e95c3f4..933d97b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,10 +8,10 @@ - `opq()` can now utilise overpass ability to filter results by area; thanks to @jmaspons (#286). - `opq()` now has additional "out" parameter to control the kinds of data returned by overpass; thanks to @jmaspons (#288). - `opq()` now has additional "osm_types" parameter to provide finer control of which kinds of data are returned by overpass; thanks to @jmaspons (#295). -- `sp` dependency moved to suggested and added missing osmdata_* functions to docs; by @jmaspons & @mpadge (#302) - Fix key modifications for non-valid column names and handle duplicated column names in `osmdata_*` functions; by @jmaspons (#303) - @elipousson is new package contributor, thanks to the above work. - @jmaspons is new package author, thanks to #285 (plus most of the above, and a whole lot more!) +- Very soft deprecation of `nodes_only` parameter in `opq` (#308, #312). ## Minor changes: