From 1977c94928e7ce2f2ea0b8df3a056004337825d5 Mon Sep 17 00:00:00 2001 From: Andrew Gene Brown Date: Thu, 14 Nov 2024 15:32:46 -0800 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index deed16ea..062cae21 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # soilDB 2.8.6 (development) - `fetchNASIS()` and `get_site_data_from_NASIS_db()` now return Ecological Site State and Community Phase information (ecostatename, ecostateid, commphasename, commphaseid columns) from Site Observation table + - `createStaticNASIS()` removed workaround for {odbc}/nanoodbc VARCHAR(MAX) columns; now can directly use `DBI::dbReadTable()` for all tables via NASIS ODBC connection + - `fetchNASIS()` changed default behavior to `mixColors = FALSE` which returns dominant condition for each moisture state rather than mixing LAB color coordinates # soilDB 2.8.5 (2024-11-04) - `fetchLDM()` add support for `area_type` argument with local database connections (`dsn` argument)