From 75d8da900754c71a7f4f1bcba1d63558e35a065e Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Fri, 8 Dec 2023 14:25:20 +0100 Subject: [PATCH] Dataflow: Add change note about deprecation. --- .../change-notes/2023-12-08-dataflow-old-api-deprecated.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shared/dataflow/change-notes/2023-12-08-dataflow-old-api-deprecated.md diff --git a/shared/dataflow/change-notes/2023-12-08-dataflow-old-api-deprecated.md b/shared/dataflow/change-notes/2023-12-08-dataflow-old-api-deprecated.md new file mode 100644 index 000000000000..628a0d906688 --- /dev/null +++ b/shared/dataflow/change-notes/2023-12-08-dataflow-old-api-deprecated.md @@ -0,0 +1,4 @@ +--- +category: deprecated +--- +* The old configuration-class based data flow api has been deprecated. The configuration-module based api should be used instead. For details, see https://github.blog/changelog/2023-08-14-new-dataflow-api-for-writing-custom-codeql-queries/.