diff --git a/CHANGELOG.md b/CHANGELOG.md index 833f5b251e23..751056c7fa54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - `[jest-runtime]` Forward `wrapperLength` to the `Script` constructor as `columnOffset` for accurate debugging ([#14148](https://github.com/facebook/jest/pull/14148)) - `[jest-runtime]` Guard `_isMockFunction` access with `in` ([#14188](https://github.com/facebook/jest/pull/14188)) - `[jest-snapshot]` Fix a potential bug when not using prettier and improve performance ([#14036](https://github.com/facebook/jest/pull/14036)) +- `[jest-snapshot]` [**BREAKING**] Insert direct link to docs in snapshots instead of broken URL shortener ([#14081](https://github.com/facebook/jest/pull/14081)) - `[@jest/transform]` Do not instrument `.json` modules ([#14048](https://github.com/facebook/jest/pull/14048)) ### Chore & Maintenance