We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b115831 commit a5572b0Copy full SHA for a5572b0
1 file changed
CHANGELOG.md
@@ -23,8 +23,8 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
23
`crc` properties plus an `extra_info` dict for arbitrary sidecar keys.
24
25
- Experimental `X_START_SECTOR` extra-info key on `.inf` sidecars, read
26
- via `InfData.startSector`. Carries the source disc's start sector so
27
- a rebuild can place the file at its original location instead of
+ via `InfData.startSector`. Carries the start sector of the file so
+ a rebuild can place it at its original location instead of
28
picking a fresh slot from the free-space map. The plain
29
`START_SECTOR` form is also accepted and preferred when both keys
30
are present (a dual-keyed sidecar emits a `UserWarning` but still
0 commit comments