diff --git a/CHANGES.rst b/CHANGES.rst index 15f9a261f..7e6223b90 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,7 +25,7 @@ New features and enhancements * ``xclim.sdba.processing.escore`` performance was improved with a faster runtime (:pull:`1360`). * New generic function (``flux_and_rate_converter``) converting flux to a rate (and vice-versa) using a density. `snw_to_snd` and `snd_to_snw` were refactored using this function. (:issue:`1352`, :pull:`1358`) * New function (``prsn_to_prsnd``) to convert snowfall flux ([mass]/[area]/[time]) to snowfall rate ([length]/[time]) using snow density ([mass]/[volume]). (:issue:`1352`, :pull:`1358`) -* New variables: Snowfall rate ``prsnd`` and surface maximum wind speed ``sfcWindmax``. +* New variables: Snowfall rate ``prsnd`` and surface maximum wind speed ``sfcWindmax``. (:issue:`1352`, :pull:`1358`). Bug fixes ^^^^^^^^^