From f7b5cb2ae392034207db4995876a4ca527f27e7c Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Mon, 26 Apr 2021 09:40:37 +0200 Subject: [PATCH] docs(NEWS): review release notes texts --- NEWS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 00173c2a..608d9455 100644 --- a/NEWS.md +++ b/NEWS.md @@ -53,13 +53,12 @@ ________________________________________________________________________________ #### Bug fixes -- `TimeLag` of the `SeriesAggreg()` function now runs when `TimeLag >= 3600`. +- Fixed bug in`SeriesAggreg()`. The function now runs when `TimeLag >= 3600`. ([#41](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/41)) -- `SeriesAggreg()` now runs when the time series contain some columns entirely filled with missing values. ([#43](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/43)) +- Fixed bug in`SeriesAggreg()`. The function now runs when the time series contain some columns entirely filled with missing values. ([#43](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/43)) - 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 - Added output to `RunModel_GR2M()` function (Ps). ([#51](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/51)) -- GitLab