From 41f1836b928e75a46e1564a151a83b893c9c7f13 Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Fri, 13 Oct 2023 07:07:58 +0100 Subject: [PATCH 1/2] release notes for NRT tweak --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 992753923..661f916fe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,6 +27,7 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command - infer command text without any whitespace as stored-procedure (#1975 via @mgravell) - add global `SupportLegacyParameterTokens` setting to enable or disable single-character parameter tokens (#1974 via @Giorgi) - revert `$` addition for legacy parameter tokens (#1979 via @mgravell) +- change NRT annotation on `GetConstructorParameter` (fixes #1969) ### 2.1.4 From 890754cd0426cf595350f4d88da7c0c9e1c25caf Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Fri, 13 Oct 2023 07:10:04 +0100 Subject: [PATCH 2/2] PR number --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 661f916fe..366451451 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ Note: to get the latest pre-release build, add ` -Pre` to the end of the command - infer command text without any whitespace as stored-procedure (#1975 via @mgravell) - add global `SupportLegacyParameterTokens` setting to enable or disable single-character parameter tokens (#1974 via @Giorgi) - revert `$` addition for legacy parameter tokens (#1979 via @mgravell) -- change NRT annotation on `GetConstructorParameter` (fixes #1969) +- change NRT annotation on `GetConstructorParameter` (#1980 via @mgravell, fixes #1969) ### 2.1.4