Skip to content

Commit c5d917e

Browse files
authored
Improve formatting of 0.0.9 release notes
1 parent f25fc70 commit c5d917e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csharp/ql/lib/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
### Major Analysis Improvements
44

5-
Added support for C# 10 lambda improvements
6-
* Explicit return types on lambda expressions.
7-
* Lambda expression can be tagged with method and return value attributes.
5+
* Added support for C# 10 lambda improvements
6+
* Explicit return types on lambda expressions.
7+
* Lambda expression can be tagged with method and return value attributes.
88
* Added support for C# 10 [Extended property patterns](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10#extended-property-patterns).
99
* Return value attributes are extracted.
1010
* The QL `Attribute` class now has subclasses for each kind of attribute.

0 commit comments

Comments
 (0)