diff --git a/NEWS b/NEWS index 3d58448697dd4083ed2799cae8bea30ce6c48fe2..80707b9769d10bb6538c7673bdc1366a388ac887 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ dataRetrieval 2.0.2 =========== * Moved data files (parameterCdFile and pCodeToName) to hidden sysdata.rda * Improved error handling. +* Fixed WaterML2 bug. dataRetrieval 2.0.1 =========== diff --git a/README.md b/README.md index 569af5d2e0bd365ecdc54e6e566e45e365b17b3c..8139ccdcfa6939f2a03900d85257d5fe7dfb3bfb 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ To install the dataRetrieval package, you must be using R 3.0 or greater and run ##Version updates --------------- +###dataRetrieval 2.1.0 +* Improved error handling +* Moved parameterCdFile and pcodeToName data to sysdata.rda to assure functions using that data are available in other packages. +* Fixed WaterML2 qualifier bug. + + + ###dataRetrieval 2.0.1 * Improved help files and vignette documentation * Added siteInfo and variableInfo attributes to returned data frames