C#: Add change-note.

This commit is contained in:
Michael Nebel
2025-03-21 13:32:44 +01:00
parent 5ae7e5ddb3
commit acec97db94

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The *alignment* and *format* clauses in string interpolation expressions are now extracted. That is, in `$"Hello {name,align:format}"` *name*, *align* and *format* are extracted as children of the string interpolation *insert* `{name,align:format}`.