mirror of
https://github.com/banisterious/obsidian-custom-selected-word-count.git
synced 2026-07-22 05:49:07 +00:00
docs(changelog): release prep for 1.7.2
Move the post-audit consistency-fix entries from [Unreleased] under a dated 1.7.2 heading so the upcoming npm-version bump lands a CHANGELOG that already reflects the new version.
This commit is contained in:
parent
c379bbd7a9
commit
c183b61b08
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.7.2] - 2026-05-13
|
||||
|
||||
### Internal
|
||||
- **Consistency fixes flagged in post-audit review**
|
||||
- `addExcludedHeading` and `addExcludedPhrase` in `src/main.ts` routed their catch blocks through `console.error(...)`, while every other catch in the file uses `this.log(..., errorMessage(error))`. Updated the two outliers to match. Behavior change: the diagnostic message is now visible only when the user has debug logging enabled (the user-facing `Notice('Failed to add ...')` is unchanged). Pre-fix the message printed unconditionally; post-fix it's debug-gated like every other error path in the file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue