From a0a833e251bcded4addac9885f4adf4db1cdc3c3 Mon Sep 17 00:00:00 2001 From: Hallie Dunham Date: Tue, 12 Mar 2024 16:18:11 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d265209..26b638a29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,11 +26,6 @@ Classify the change according to the following categories: ##### Removed ### Patches -## Develop 3/7/24 -### Minor Updates -#### Fixed -- added missing wind outage outputs to list of multi dimentional outputs to transpose in `process_results()` - ## v3.6.0 ### Minor Updates #### Changed @@ -47,6 +42,8 @@ Classify the change according to the following categories: #### Added - Added endpoint `v3/cambium_emissions_profile` to `urls.py`, `views.py`, `http.jl` to obtain Cambium emissions profile. Mainly for use in web tool. - Added **fuel_renewable_energy_fraction** input to `ExistingBoilerInputs` +#### Fixed +- added missing wind outage outputs to list of multi dimentional outputs to transpose in `process_results()` ## v3.5.0 ### Minor Updates