Ruby: use a valid change note category

This commit is contained in:
Asger F
2023-06-28 13:42:05 +02:00
parent 2f1223426a
commit 39789d4050

View File

@@ -1,5 +1,5 @@
---
category: library
category: majorAnalysis
---
* The API graph library (`codeql.ruby.ApiGraphs`) has been significantly improved, with better support for inheritance,
and data-flow nodes can now be converted to API nodes by calling `.track()` or `.backtrack()` on the node.