Skip to content

Commit ab560ef

Browse files
authored
docs: clarify the join behaviour change in the changelog (#2714)
1 parent a30fe04 commit ab560ef

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/@v2/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,8 @@ toc:
589589

590590
- Fixed an issue where the root config was not properly merged with the `apis` config.
591591
- Resolved an issue that caused configuration parsing to fail when the config value was set to `null`.
592-
- Improved join command server handling for specifications with differing servers.
592+
- Improved `join` command server handling for specifications with differing servers.
593+
**Warning**: this change may break workflows that relied on root-level server inheritance.
593594
- Updated @redocly/respect-core to v2.0.5.
594595

595596
## 2.0.4 (2025-08-12)

packages/cli/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,8 @@
582582

583583
- Fixed an issue where the root config was not properly merged with the `apis` config.
584584
- Resolved an issue that caused configuration parsing to fail when the config value was set to `null`.
585-
- Improved join command server handling for specifications with differing servers.
585+
- Improved `join` command server handling for specifications with differing servers.
586+
**Warning**: this change may break workflows that relied on root-level server inheritance.
586587
- Updated @redocly/respect-core to v2.0.5.
587588

588589
## 2.0.4

0 commit comments

Comments
 (0)