Skip to content

Commit c2a214f

Browse files
authored
docs: reference merged PR number in is_connection_lost changelog entry (#691)
Changelog convention is to end bullets with the PR number; the entry cited the issue (#685) instead of the merged PR (#690).
1 parent 5d6ddbf commit c2a214f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- `ConnectivityStatus` enum with `ConnectivityStatus::from_code()` and `Notice::connectivity_status()` to expose data-farm connectivity sub-states (Ok / Broken / Inactive / Connecting) within the 2100–2169 warning band (#684).
13-
- `Error::is_connection_lost()` predicate so reconnect loops can branch on connection loss without matching internal error variants (#685).
13+
- `Error::is_connection_lost()` predicate so reconnect loops can branch on connection loss without matching internal error variants (#690).
1414

1515
## [3.1.0] - 2026-06-19
1616

0 commit comments

Comments
 (0)