From a972b3b74108a981fcc3844de1eb99dbeef4aa06 Mon Sep 17 00:00:00 2001 From: Thomas Johansen Date: Thu, 16 Jan 2025 11:09:23 +0100 Subject: [PATCH] docs: update --- docs/docs/about/migration_guides/v8.20_to_v9.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/about/migration_guides/v8.20_to_v9.6.md b/docs/docs/about/migration_guides/v8.20_to_v9.6.md index c3f8ed737a..434088fad5 100644 --- a/docs/docs/about/migration_guides/v8.20_to_v9.6.md +++ b/docs/docs/about/migration_guides/v8.20_to_v9.6.md @@ -118,5 +118,5 @@ MODELS: ### Enforcing more unique names -* Fixed a bug where electrical consumers were allowed to have duplicate names. Also the following elements must also -have duplicate names: `MODELS`, `FACILITY_INPUT`, `TIME_SERIES`, `FUEL_TYPES` and `EMISSIONS` names. +* Fixed a bug where electrical consumers are required to have **UNIQUE** names. +* The following elements **MUST** also have **UNIQUE** names: `MODELS`, `FACILITY_INPUT`, `TIME_SERIES`, `FUEL_TYPES` and `EMISSIONS` names.