Skip to content

Commit 7cdc2df

Browse files
committed
Link state fix changelog entry
Link the read-only ephemeral configuration fix to PR #11146 so crate consumers can find its implementation and tests.
1 parent eb59df4 commit 7cdc2df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

zebra-state/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- `init_read_only()` now returns `StateInitError::ReadOnlyEphemeralConflict` for a config with
1515
`ephemeral = true`, even when the configured `cache_dir` is missing or unreadable. Previously the
1616
cache directory was checked first, so this configuration error surfaced as
17-
`StateInitError::ReadOnlyCacheDirUnreadable`.
17+
`StateInitError::ReadOnlyCacheDirUnreadable`
18+
([#11146](https://github.com/ZcashFoundation/zebra/pull/11146)).
1819

1920
## [12.0.1] - 2026-07-27
2021

0 commit comments

Comments
 (0)