Skip to content

Commit 9f1c768

Browse files
committed
docs: fix CHANGELOG issue refs for PDF tests and API decoupling
#82 is PR for PDF export tests (issue #72), not the _-prefix rename. Reference issue #73 for decoupling API handlers from service internals.
1 parent 5e85858 commit 9f1c768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Optional exclusion rules for sensitive projects and chats (#1, #2)
2020
- Full-text search with workspace and log-type filters (#63)
2121
- Hypothesis property-based tests for blob and bubble parsing (#71, #81)
22-
- PDF export endpoint coverage in CI (#72, #82)
22+
- PDF export endpoint coverage in CI (#72)
2323

2424
### Changed
2525
- Extract shared `from_dict` validation helpers for model classes, reducing duplication (#70, #80)
@@ -36,6 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- Add incomplete-result signaling on parse failure so callers can distinguish partial vs. complete data (#67, #78)
3737
- Replace `print()` error output with structured logging throughout (#68, #77)
3838
- Replace silent `except Exception: pass` with structured logging in workspace and bubble load paths (#66, #76)
39-
- Rename `_`-prefixed internal functions to public names to satisfy strict linters (#82)
39+
- Decouple API handlers from private `_`-prefixed service internals (#73)
4040

4141
[Unreleased]: https://github.com/cppalliance/cppa-cursor-browser/commits/HEAD

0 commit comments

Comments
 (0)