diff --git a/NEWS.md b/NEWS.md
index 00173c2af9c44c4058beb55a8f40853345284cfc..608d9455d88aa94ea29989b9094612653c7e8896 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))