C#: Add release note for the CSV DSL change.

This commit is contained in:
Michael Nebel
2022-06-14 09:04:01 +02:00
parent b6ccaf14f6
commit c9c981d03a

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The syntax of the (source|sink|summary)model CSV format has been changed slightly for Java and C#. A new column called `provenance` has been introduced, where the allowed values are `manual` and `generated`. The value used to indicate whether a model as been written by hand (`manual`) or create by the CSV model generator (`generated`).