From e64f96c1ceb3fadf36ca040ae8731b517334341a Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Tue, 5 Apr 2022 14:40:58 +0200 Subject: [PATCH] rewrite the change-note to emphasise that the change is potentially breaking --- javascript/ql/lib/change-notes/2022-04-04-dataflow-models.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/javascript/ql/lib/change-notes/2022-04-04-dataflow-models.md b/javascript/ql/lib/change-notes/2022-04-04-dataflow-models.md index 3f69da548aa..373dc1fda00 100644 --- a/javascript/ql/lib/change-notes/2022-04-04-dataflow-models.md +++ b/javascript/ql/lib/change-notes/2022-04-04-dataflow-models.md @@ -1,5 +1,6 @@ --- -category: minorAnalysis +category: breaking --- * Many library models have been rewritten to use dataflow nodes instead of the AST. - These changes include some renamings where the old name is still available as a deprecated feature. \ No newline at end of file + The types of some classes have been changed, and these changes may break existing code. + Other classes and predicates have been renamed, in these cases the old name is still available as a deprecated feature. \ No newline at end of file