diff --git a/NEWS.md b/NEWS.md index bdf29606bc09dcb19f301ad1e62bda872302c290..d78387de6546d68ee77de534b82d1cb006299fb9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,7 +22,8 @@ #### Bug fixes - `TimeLag` of the `SeriesAggreg()` function now runs when `TimeLag >= 3600`. ([#41](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/41)) -- Fixed bug in `RunModel_GR1A()`. Reversed PotEvap and Precip outputs are now reordered (in the previous versions PotEvap contained the precipitation values and Precip contained the evapotranspiration values, the Qsim values were already correct). +- Fixed bug in `RunModel_GR1A()`. Reversed PotEvap and Precip outputs are now reordered (in the previous versions PotEvap contained the precipitation values and Precip contained the evapotranspiration values, the Qsim values were already correct). ([#65](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/65)) + #### Major user-visible changes @@ -49,6 +50,7 @@ - 'airGR' now depends on R >= 3.1.0 because of the use of the `anyNA` function. - The 'hydroPSO' package is back on CRAN and it is again suggested (cf. the 'param_optim' vignette). ([#38](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/38)) +- For more safety, the following "basic" packages are now imported : 'graphics', 'grDevices', 'stats', 'utils. ([#74](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/74)) ____________________________________________________________________________________