Skip to content

Commit 2731c2f

Browse files
author
gopanna
committed
Addressed review comment for release notes.
1 parent 773adef commit 2731c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/main/markdown/currentreleasenotes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
* npm version 1 package-lock.json and npm-shrinkwrap.json file parsing has been restored.
2323
* The `detect.project.codelocation.unmap` property has been deprecated.
2424
* Changed [detect_product_long]'s JAR signing authority from Synopsys, Inc. to Black Duck Software, Inc.
25-
* Yarn 4 support does not require use of --detect.yarn.ignore.all.workspaces flag. Thus, properties like detect.yarn.dependency.types.excluded=NON_PRODUCTION are available for Yarn 4 projects.
25+
* Use of the --detect.yarn.ignore.all.workspaces flag is not required for Yarn 4 projects, thus configuration parameters such as detect.yarn.dependency.types.excluded=NON_PRODUCTION can be employed.
2626

2727
### Resolved issues
2828

2929
* (IDETECT-4517) - [detect_product_short] now correctly indicates a timeout failure occurred when multipart binary or container scans timeout during an upload.
3030
* (IDETECT-4540) - Multipart binary and container scans now correctly retry when authentication errors are received during transmission.
3131
* (IDETECT-4469) - Eliminating null (`\u0000`) and replacement (`\uFFFD`) characters during the processing of Python requirements.txt files to ensure successful extraction of dependency information.
32-
* (IDETECT-4447) - ID strings of detected Yarn project dependencies are now correctly formed. The warning message cited to report this bug has been improved to mean that the entries in the yarn.lock file that have not so far been resolved through package.json files, could not be resolved with any standard NPM packages either.
32+
* (IDETECT-4447) - ID strings of detected Yarn project dependencies are now correctly formed. Related warning messages have been improved to identify entries in the yarn.lock file that have not been resolved through package.json files and could not be resolved with any standard NPM packages either.
3333

3434
### Dependency updates
3535

0 commit comments

Comments
 (0)