[#451] DOCS: audit pre-rc11 CHANGELOG TODOs for Selene 2.x - #680
Open
aleksandr-kotlyar wants to merge 1 commit into
Open
aleksandr-kotlyar wants to merge 1 commit into
aleksandr-kotlyar wants to merge 1 commit into
Conversation
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
Audits the old TODO / placeholder sections in
CHANGELOG.mdthat were left before and around the2.0.0rc10notes, and turns them into a smaller, evidence-based release-management update.This PR is intentionally documentation-only:
master.What changed
rc10scratchpad TODO blocks with a shorter2.0.0 release readinesssection;2.0.0;Post-2.0 backlog / tracked separatelysubsection;command.long_press(...)note to match the current implementation.Audit table
element.click_with_offsetElement.click(xoffset=..., yoffset=...)inselene/core/entity.py; covered by integration/unit tests; already documented in rc9 noteshave.attribute(...).value(...)selene/core/match.py; warning/test coverage exists in unit testselement.typeon invisible element should failtests/integration/element__type_test.pyselene/core/configuration.py; covered by unit/integration testsquery.js.shadow_root(s)placeholderselene/core/query.py; covered by integration tests and docstests/const.py, workflow, docs, andtools/tinymce-local/command.pyadditions/docsselene/core/command.py; covered by tests/module docs#439and#438pytest.raises(TimeoutException)artifacts#637config._reset_not_alive_driver_on_get_urlnamingconfig.wait(entity)deprecation question...vsNoneas managed-driver default sentinelbe.presentmasterhas later deprecation direction, but not backported hereall.*improvements, stacktraces, ActionChains retries, examples,__all__, soft assertions, etc.)Why this shape
The goal here is to keep the public changelog readable for users while still preserving release-management signal for maintainers.
The old sections mixed together:
This PR separates those categories without introducing new product decisions.
Scope / non-goals
Not in scope:
masterrefactors;Checks
git diff --checkTests were not run because this PR only changes
CHANGELOG.md.Final note
After this cleanup: