diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index 8700092a985..16f245bf82e 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -11,7 +11,7 @@ trigger: - '*' exclude: - .github/* - - docs/ + - docs/* - .vscode/* - .devcontainer/* - tests/scripts/ @@ -37,7 +37,7 @@ pr: - '*' exclude: - .github/* - - docs/ + - docs/* - attributions.md - CODE_OF_CONDUCT.md - DEVGUIDE.md @@ -881,4 +881,4 @@ stages: insertTargetBranch: rel/d17.9 insertTeamEmail: fsharpteam@microsoft.com insertTeamName: 'F#' - completeInsertion: 'auto' \ No newline at end of file + completeInsertion: 'auto' diff --git a/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md b/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md index c7553118341..b378403abd8 100644 --- a/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md +++ b/docs/release-notes/.FSharp.Compiler.Service/8.0.400.md @@ -1,4 +1,4 @@ ### Fixed -Various parenthesization API fixes. ([PR #16977](https://github.com/dotnet/fsharp/pull/16977)) +* Various parenthesization API fixes. ([PR #16977](https://github.com/dotnet/fsharp/pull/16977)) * Fix bug in optimization of for-loops over integral ranges with steps and units of measure. ([Issue #17025](https://github.com/dotnet/fsharp/issues/17025), [PR #17040](https://github.com/dotnet/fsharp/pull/17040))