From 8ed81f06b15ae36fa22d5f231ba4aa35622401c1 Mon Sep 17 00:00:00 2001 From: "pierre-francois.duc" Date: Mon, 25 Sep 2023 15:54:15 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ba74793..7d8842f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,7 +68,7 @@ Here is a template for new release sections - Add missing file for test `test_F0_output.TestLogCreation.test_parse_simulation_log` (#937) - Transformers can have multiple input or output busses (tested in `tests/test_D1_model_components` by `test_transformer_optimize_cap_multiple_output_busses_multiple_inst_cap`, `test_transformer_optimize_cap_multiple_output_busses_multiple_max_add_cap`, `test_transformer_fix_cap_multiple_output_busses_multiple_inst_cap` and in `tests/test_benchmark_special_features` by `test_benchmark_feature_parameters_as_timeseries_multiple_inputs`)(#949) - The constraints are not all set to default values if only one constraint is missing, only the missing constraint is set to default value (#953) - +- The test `test_c2_economic_functions.py::test_get_replacement_costs_one_reinvestment_age_asset_equal_asset_lifetime` was added to account for a field usecase and a solution was provided (#966) ## [1.0.0] - 2021-05-31 ### Added