diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a11cd968..013ea589d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ Classify the change according to the following categories: - Remove extraneous line of code in `results/wind.jl` - Change type of **value_of_lost_load** in **FinancialInputs** struct to fix convert error when user provides an _Int_ - Change international location in "Solar Dataset" test set from Cameroon to Oulu because the locations in the NSRDB have been expanded significantly so there is now an NSRDB point at Cameroon +- Handle edge case where the values of **outage_start_time_steps** and **outage_durations** makes an outage extend beyond the end of the year. The outage will now wrap around to the beginning of the year. ## v0.48.0 ### Added