diff --git a/DESCRIPTION b/DESCRIPTION index e16a1cd..5d5dcc6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: watina Title: Querying & Processing Data From The INBO Watina Database (mainly groundwater data) -Version: 0.2.3.9000 +Version: 0.2.4 Description: The R-package watina contains functions to query and process data from the Watina database at the Research Institute for Nature and Forest (INBO). This database provides diff --git a/NEWS.md b/NEWS.md index 17837f4..b152213 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# watina 0.2.4 + +- Bugfix in `convertdf_enc()` (#34) +- Some small documentation improvements + # watina 0.2.3 - Documentation is now generated by the newer `roxygen2` version `7.0.2`, resulting in a better layout of function arguments in the 'usage' section.