Update ruby/ql/lib/change-notes/2022-09-14-ruby-qll.md

Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
Tom Hvitved
2022-09-14 20:00:34 +02:00
committed by GitHub
parent 7ecfe8daba
commit c6cd2d66f8

View File

@@ -1,4 +1,4 @@
---
category: breaking
---
* `import ruby` no longer brings the standard Ruby AST libarary into scope; it instead brings a module `Ast` into scope, which must be imported. Alternatively, it is also possible to import `codeql.ruby.AST`.
* `import ruby` no longer brings the standard Ruby AST library into scope; it instead brings a module `Ast` into scope, which must be imported. Alternatively, it is also possible to import `codeql.ruby.AST`.