mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Add change note
This commit is contained in:
5
ruby/ql/lib/change-notes/2022-08-16-protected-methods.md
Normal file
5
ruby/ql/lib/change-notes/2022-08-16-protected-methods.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* `MethodBase` now has two new predicates related to visibility: `isPublic` and
|
||||
`isProtected`. These hold, respectively, if the method is public or protected.
|
||||
Reference in New Issue
Block a user