diff --git a/javascript/ql/lib/change-notes/2023-04-17-shared-yaml-lib.md b/javascript/ql/lib/change-notes/2023-04-17-shared-yaml-lib.md new file mode 100644 index 00000000000..3c5526d7d12 --- /dev/null +++ b/javascript/ql/lib/change-notes/2023-04-17-shared-yaml-lib.md @@ -0,0 +1,4 @@ +--- +category: majorAnalysis +--- +* The Yaml.qll library was moved into a shared library pack named `codeql/yaml` to make it possible for other languages to re-use it. This change should be backwards compatible for existing JavaScript queries.