Skip to content

Commit aac4097

Browse files
authored
Add missing hash character on PR 31631 references (#6181)
1 parent 095a808 commit aac4097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/references/changelog.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _Released 5/6/2025_
1919
**Bugfixes:**
2020

2121
- Fixed an issue where the configuration setting `trashAssetsBeforeRuns=false` was ignored for assets in the `videosFolder`. These assets were incorrectly deleted before running tests with `cypress run`. Addresses [#8280](https://github.com/cypress-io/cypress/issues/8280).
22-
- Fixed a potential hang condition when `@cypress/grep` would match many files and `stdout`/`stderr` was piped to a file. Fixes [#31625](https://github.com/cypress-io/cypress/issues/31625). Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
22+
- Fixed a potential hang condition when `@cypress/grep` would match many files and `stdout`/`stderr` was piped to a file. Fixes [#31625](https://github.com/cypress-io/cypress/issues/31625). Addressed in [#31631](https://github.com/cypress-io/cypress/pull/31631).
2323
- Fixed a potential hang condition when navigating to `about:blank`. Addressed in [#31634](https://github.com/cypress-io/cypress/pull/31634).
2424

2525
**Misc:**
@@ -29,7 +29,7 @@ _Released 5/6/2025_
2929

3030
**Dependency Updates:**
3131

32-
- Downgraded `cli-table3` to 0.6.1. Addressed in [31631](https://github.com/cypress-io/cypress/pull/31631).
32+
- Downgraded `cli-table3` to 0.6.1. Addressed in [#31631](https://github.com/cypress-io/cypress/pull/31631).
3333

3434
## 14.3.2
3535

0 commit comments

Comments
 (0)