From abdfb22b6262df2a7c72f18b1a74006b7f1e5ae6 Mon Sep 17 00:00:00 2001 From: birgits Date: Fri, 15 Dec 2023 17:23:50 -0800 Subject: [PATCH] Add changes to whatsnew --- doc/whatsnew/v0-3-0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/whatsnew/v0-3-0.rst b/doc/whatsnew/v0-3-0.rst index 0165a76fe..2261c8358 100644 --- a/doc/whatsnew/v0-3-0.rst +++ b/doc/whatsnew/v0-3-0.rst @@ -23,3 +23,4 @@ Changes * Adapted codebase to work with pandas 2.0 `#373 `_ * Added option to run reinforcement with reduced number of time steps `#379 `_ * Added a new reinforcement method that separate lv grids when the overloading is very high `#380 `_ +* Added a storage operation strategy where the storage is charged when PV feed-in is higher than electricity demand of the household and discharged when electricity demand exceeds PV generation `#386 `_