From f7bf5e89be3933ab8994df4e4efaafe1031ec2b2 Mon Sep 17 00:00:00 2001 From: Tamas Vajk Date: Wed, 21 Aug 2024 15:58:05 +0200 Subject: [PATCH] Add change note --- csharp/ql/lib/change-notes/2024-08-21-partial-methods.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2024-08-21-partial-methods.md diff --git a/csharp/ql/lib/change-notes/2024-08-21-partial-methods.md b/csharp/ql/lib/change-notes/2024-08-21-partial-methods.md new file mode 100644 index 00000000000..f750ccacf57 --- /dev/null +++ b/csharp/ql/lib/change-notes/2024-08-21-partial-methods.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The reported location of `partial` methods has been changed from the definition to the implementation part.