From 04bdd7a2914b383190b6dac336e76b56c7fa9d2e Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Thu, 7 Jan 2021 17:46:13 +0100
Subject: [PATCH] docs(NEWS): update release history

---
 NEWS.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index bdf29606..d78387de 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))
 
 ____________________________________________________________________________________
 
-- 
GitLab