diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d36ca7298..9af09f694 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,13 +1,5 @@ # Frequenz Python SDK Release Notes -## Summary - - - -## Upgrading - - - ## New Features - `Resampler`: The resampler can now be configured to have the resampling window closed to the right (default) or left, and to also set the resampler timestamp to the right (default) or left end of the window being resampled. You can configure setting the new options `closed` and `label` in the `ResamplerConfig`.