Skip to content

Commit f75d438

Browse files
committed
docs/CHANGES: document --no-merge duplicate fix (#482)
why: Surface the data-loss regression fix in the upcoming release notes. what: - add bug-fix entry under v1.45.x referencing PR #482
1 parent c4707a9 commit f75d438

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3333

3434
_Upcoming changes will be written here._
3535

36+
### Bug Fixes
37+
38+
#### `vcspull add --no-merge` preserves duplicate workspace roots (#482)
39+
40+
- Duplicate workspace sections are no longer flattened when adding a repository
41+
with `--no-merge`; all previously configured repositories stay intact.
42+
- The configuration loader now exposes ordered duplicate entries so CLI writes
43+
can target the correct section without data loss.
44+
3645
## vcspull v1.44.0 (2025-11-02)
3746

3847
### Improvements

0 commit comments

Comments
 (0)