Skip to content

Commit 60b74c6

Browse files
committed
docs(CHANGES): Add PR refs to deliverables
why: The changelog convention places the pull request number in each deliverable heading; the number was unknown until the branch went up for review. what: - Add (#540) to both Documentation deliverable headings
1 parent 21b298a commit 60b74c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Notes on the upcoming release will go here._
2222

2323
### Documentation
2424

25-
#### Documentation examples now run as doctests
25+
#### Documentation examples now run as doctests (#540)
2626

2727
Every Python example under `docs/` executes against real temporary
2828
repositories on each test run, so copied examples work as printed. The
@@ -34,7 +34,7 @@ that don't exist, `worktrees.add(branch=...)` for `new_branch`, and
3434
{class}`~libvcs._internal.query_list.QueryList` filter examples using
3535
attribute names the objects don't have.
3636

37-
#### Cross-references link objects on first mention
37+
#### Cross-references link objects on first mention (#540)
3838

3939
Documentation pages now link classes, methods, and exceptions to their API
4040
reference the first time prose names them, and man-page citations link to

0 commit comments

Comments
 (0)