docs: record five user-facing changes that merged without an entry - #357
Merged
Conversation
The convention is that a changelog entry lands with its PR. Auditing all 101 commits since v1.1.0 for whether they touched CHANGELOG.md found five that changed what a user sees and carried no entry: - #354 a native Android action through the companion reached a different element than the one named, on any truncated tree, and reported success - #353 a failing device was classified by matching words in a message whose tail is the device's own output, so a wedged emulator read as "not ready" - #330 an element whose screen had been destroyed was reported as changed, advising a re-snapshot that cannot help - #310 a subtree dropped by a failed child read left the tree looking complete - #283 glass_clipboard_set on the iOS Simulator returned ok for a write that was still in flight All five are corrections to what glass reports rather than additions, so they join ### Fixed. No code changes. cargo test --workspace: 1938 passed, 0 failed. cargo fmt --check clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
The changelog convention is that an entry lands with its PR. Auditing all 101 commits since v1.1.0 for whether they touched
CHANGELOG.mdfound five that changed what a user sees and carried no entry.set_valuethrough the companion dispatched by glass's own element number, which diverges from the device's numbering past the first pruned subtree — so on any truncated tree the action reached a different element and reported success.AccessibilityNotReady— the conditionglass_wait_for_elementdeliberately waits out.glass_clipboard_seton the iOS Simulator returnedokfor a payload still in flight.All five correct what glass reports rather than adding to it, so they join
### Fixed, prepended in the section's existing newest-first order.The other commits with no entry are ci, test, refactor, chore, or internal docs, which the convention excludes. Two judgement calls worth naming: #311 (the WGC probe moved to a thread this code owns) fixed a crash in the test binary and changes nothing
glass doctorreports, and the edition-2024 and rmcp/tonic bumps change no tool surface — none gets an entry.No code changes.
Verification
cargo test --workspace— 1938 passed, 0 failed.cargo fmt --checkclean.🤖 Generated with Claude Code