Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,14 @@ To be released.
[#924]: https://github.com/fedify-dev/fedify/pull/924
[#935]: https://github.com/fedify-dev/fedify/pull/935

### @fedify/vocab-tools

- Changed suppressed vocabulary fetch and parsing failures to log at the
debug level so that intentionally handled failures are not reported as
application errors. [[#933] by Lumia1108\]

[#933]: https://github.com/fedify-dev/fedify/issues/933


Version 2.3.7
-------------
Expand Down
3 changes: 3 additions & 0 deletions changes.d/vocab-tools/suppressed-error-log-level.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Changed suppressed vocabulary fetch and parsing failures to log at the
debug level so that intentionally handled failures are not reported as
application errors. [[#933] by Lumia1108]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the PR reference and use your romanized full name for the credit, as listed on your CV:

[[#933], [#1035] by Jae Hui Hong]

After updating the fragment, run sacho resolve-links to pin the references, ensuring #1035 links to the pull request URL. Please keep fragment changes limited to changes.d/vocab-tools/suppressed-error-log-level.md: the installed command has no per-file option, so check its diff and exclude any changes it makes to other fragments. Regenerate the materialized CHANGES.md from the fragment as well.

Loading
Loading