Skip to content

Commit b21a6d9

Browse files
authored
Add PR link to release notes (#9560)
* Add PR link to release notes * Address PR comments
1 parent f4fa1b1 commit b21a6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Update WebJobsScriptHostService to remove hardcoded sleep during application shut down (#9520)
99
- Update PowerShell 7.2 Worker Version to [4.0.2974](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2974)
1010
- Update PowerShell 7.0 Worker Version to [4.0.2973](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2973)
11-
- Add support for standalone executable (ie: `dotnet build --standalone`) for out-of-proc workers in Linux Consumption.
11+
- Add support for standalone executable (ie: `dotnet build --standalone`) for out-of-proc workers in Linux Consumption. (#9550)
1212
- Bug fix: Do not restart worker channels or JobHost when an API request is made to get or update the function metadata (unless the config was changed) (#9510)
1313
- This fixes a bug where requests to 'admin/functions' lead to a "Did not find initialized workers" error when
1414
worker indexing is enabled.

0 commit comments

Comments
 (0)