From 63da93597942a399a4ffe43ece91e12d84215a05 Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Mon, 3 Feb 2025 18:44:03 +0100 Subject: [PATCH] Apply suggestions from code review --- csharp/ql/lib/CHANGELOG.md | 2 +- csharp/ql/lib/change-notes/released/5.0.0.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/ql/lib/CHANGELOG.md b/csharp/ql/lib/CHANGELOG.md index 8789d025160..211ce45f0ca 100644 --- a/csharp/ql/lib/CHANGELOG.md +++ b/csharp/ql/lib/CHANGELOG.md @@ -7,7 +7,7 @@ ### Minor Analysis Improvements -C# 13: Added MaD models for some overload implementations using `ReadOnlySpan` parameters (like `String.Format(System.String, System.ReadOnlySpan))`). +* C# 13: Added MaD models for some overload implementations using `ReadOnlySpan` parameters (like `String.Format(System.String, System.ReadOnlySpan))`). * C# 13: Added support for the overload resolution priority attribute (`OverloadResolutionPriority`). Usages of the attribute and the corresponding priority can be found using the QL class `SystemRuntimeCompilerServicesOverloadResolutionPriorityAttribute`. * C# 13: Added support for partial properties and indexers. diff --git a/csharp/ql/lib/change-notes/released/5.0.0.md b/csharp/ql/lib/change-notes/released/5.0.0.md index 20684b71fec..964052090c3 100644 --- a/csharp/ql/lib/change-notes/released/5.0.0.md +++ b/csharp/ql/lib/change-notes/released/5.0.0.md @@ -7,6 +7,6 @@ ### Minor Analysis Improvements -C# 13: Added MaD models for some overload implementations using `ReadOnlySpan` parameters (like `String.Format(System.String, System.ReadOnlySpan))`). +* C# 13: Added MaD models for some overload implementations using `ReadOnlySpan` parameters (like `String.Format(System.String, System.ReadOnlySpan))`). * C# 13: Added support for the overload resolution priority attribute (`OverloadResolutionPriority`). Usages of the attribute and the corresponding priority can be found using the QL class `SystemRuntimeCompilerServicesOverloadResolutionPriorityAttribute`. * C# 13: Added support for partial properties and indexers.