From 82ac99fad5c6315a1a409461e7a7a9a94f035f23 Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Fri, 26 Jul 2024 15:29:03 -0700 Subject: [PATCH] Stub out a 3_9_0 release notes md with design conditions change entry. --- .../doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0_TBD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0_TBD.md b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0_TBD.md index 6cded456f3..ac03dcb041 100644 --- a/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0_TBD.md +++ b/developer/doc/ReleaseNotes/OpenStudio_Release_Notes_3_9_0_TBD.md @@ -84,6 +84,9 @@ You can also refer to the [OpenStudio SDK Python Binding Version Compatibility M * `getHighHumidityOutdoorAirFlowRatio` (`boost::optional` to `double`) * `getControlHighIndoorHumidityBasedOnOutdoorHumidityRatio` (`boost::optional` to `bool`) +* [#5134](https://github.com/NREL/OpenStudio/pull/5134) - Addresses #5132, EPW design condition methods should return boost::optional doubles or integers + * `EpwDesignCondition` has many API-breaking changes related to its getters. The previous behavior was to misleadingly return a value of 0 for any empty design condition header field. The types for the getters are now either boost::optional or boost::optional. + ## Minor changes and bug fixes Refer to the changelog on the release page at [v3.9.0](https://github.com/NREL/OpenStudio/releases/v3.9.0)