Skip to content

Commit

Permalink
docs(changeset): Remove a period from a changeset (microsoft#23174)
Browse files Browse the repository at this point in the history
#### Description

A header of the changeset created for `Tree` package change includes
`.`. Removing it for conformity with other changesets.
  • Loading branch information
jikim-msft authored Nov 21, 2024
1 parent 6e79694 commit 645a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/dull-words-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"section": tree
---

Enables Revertible objects to be cloned using `RevertibleAlpha.clone()`.
Enables Revertible objects to be cloned using `RevertibleAlpha.clone()`

Replaced `DisposableRevertible` with `RevertibleAlpha`. The new `RevertibleAlpha` interface extends `Revertible` and includes a `clone(branch: TreeBranch)` method to facilitate cloning a Revertible to a specified target branch. The source branch where the `RevertibleAlpha` was created must share revision logs with the target branch where the `RevertibleAlpha` is being cloned. If this condition is not met, the operation will throw an error.

0 comments on commit 645a1a0

Please sign in to comment.