diff --git a/doc/source/references/release_notes.rst b/doc/source/references/release_notes.rst index 8489eb36..f5026b6e 100644 --- a/doc/source/references/release_notes.rst +++ b/doc/source/references/release_notes.rst @@ -41,6 +41,8 @@ Release history Instances of BoundedThreshold are created with the `build_threshold` factory function, E.G. `build_threshold(">= -20 degree AND <= 20 degree ")` * [enh] Make it possible to compute multiple percentiles at once. * [maint] Update coverage computation. Now tests files are ignored when calculating the code coverage, thus it dropped a little (by 3%). +* [enh] Convert input data that are recognized as a precipitation amount into precipitation rate. + This is necessary to handle e-obs precipitation datasets. 5.4.0 -----