diff --git a/NEWS.md b/NEWS.md index 76523864..92ce501e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# nlmixr2 (development version) +# nlmixr2 2.1.0 * Reexports `etExpand()`, `model()<-` and `ini()<-` @@ -14,7 +14,7 @@ * This release has a bug fix that captures the model name correctly when called directly from `nlmixr::nlmixr2` instead `nlmixr2est::nlmixr2` - + * This also exports the new vpc functions, ie `vpcTad()` etc # nlmixr2 2.0.7 diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..440c6813 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,2 @@ +- This release ensures newer versions of `rxode2` and `nlmixr2est` to maintain binary compatibility compatibility +- This release exports more from `rxode2` for user convenience.