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.