docs(changelog): deduplicate #67679 entry#68439
Merged
hxy91819 merged 1 commit intoopenclaw:mainfrom Apr 18, 2026
Merged
Conversation
PR openclaw#67679 landed a duplicate line under ### Changes in the Unreleased block in addition to the detailed entry that was already present under ### Fixes. The short ### Changes line (auto-generated from the PR title during merge) is a duplicate of the same PR's ### Fixes line and also mis-categorizes a security redaction fix as a feature change. Remove the duplicate and keep the ### Fixes entry, which is the right section and carries the descriptive text.
Contributor
Greptile SummaryRemoves a duplicate Confidence Score: 5/5Safe to merge — doc-only change with no code, logic, or schema impact. Single-file changelog edit that removes a verified duplicate entry. The test plan conditions (grep -c "67679" CHANGELOG.md returns 1, remaining entry is under ### Fixes) are confirmed locally. No P0/P1/P2 findings. No files require special attention. Reviews (1): Last reviewed commit: "docs(changelog): deduplicate #67679 entr..." | Re-trigger Greptile |
ender-wiggin-ai
pushed a commit
to stroupaloop/openclaw
that referenced
this pull request
Apr 18, 2026
PR openclaw#67679 landed a duplicate line under ### Changes in the Unreleased block in addition to the detailed entry that was already present under ### Fixes. The short ### Changes line (auto-generated from the PR title during merge) is a duplicate of the same PR's ### Fixes line and also mis-categorizes a security redaction fix as a feature change. Remove the duplicate and keep the ### Fixes entry, which is the right section and carries the descriptive text.
Mquarmoc
pushed a commit
to Mquarmoc/openclaw
that referenced
this pull request
Apr 20, 2026
PR openclaw#67679 landed a duplicate line under ### Changes in the Unreleased block in addition to the detailed entry that was already present under ### Fixes. The short ### Changes line (auto-generated from the PR title during merge) is a duplicate of the same PR's ### Fixes line and also mis-categorizes a security redaction fix as a feature change. Remove the duplicate and keep the ### Fixes entry, which is the right section and carries the descriptive text.
lovewanwan
pushed a commit
to lovewanwan/openclaw
that referenced
this pull request
Apr 28, 2026
PR openclaw#67679 landed a duplicate line under ### Changes in the Unreleased block in addition to the detailed entry that was already present under ### Fixes. The short ### Changes line (auto-generated from the PR title during merge) is a duplicate of the same PR's ### Fixes line and also mis-categorizes a security redaction fix as a feature change. Remove the duplicate and keep the ### Fixes entry, which is the right section and carries the descriptive text.
ogt-redknie
pushed a commit
to ogt-redknie/OPENX
that referenced
this pull request
May 2, 2026
PR openclaw#67679 landed a duplicate line under ### Changes in the Unreleased block in addition to the detailed entry that was already present under ### Fixes. The short ### Changes line (auto-generated from the PR title during merge) is a duplicate of the same PR's ### Fixes line and also mis-categorizes a security redaction fix as a feature change. Remove the duplicate and keep the ### Fixes entry, which is the right section and carries the descriptive text.
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 9, 2026
PR openclaw#67679 landed a duplicate line under ### Changes in the Unreleased block in addition to the detailed entry that was already present under ### Fixes. The short ### Changes line (auto-generated from the PR title during merge) is a duplicate of the same PR's ### Fixes line and also mis-categorizes a security redaction fix as a feature change. Remove the duplicate and keep the ### Fixes entry, which is the right section and carries the descriptive text.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
### Changesin the Unreleased block in addition to the detailed entry that was already present under### Fixes.### Changesline appears to have been auto-generated from the PR title during the merge step, even though a richer### Fixesentry already described the same PR.This PR removes the duplicate and keeps the
### Fixesentry, which is in the right section and carries the descriptive text.Test plan
grep -c "67679" CHANGELOG.mdreturns1## Unreleased / ### Fixes