Add change note

This commit is contained in:
Harry Maclean
2022-08-16 14:21:07 +12:00
parent bda4cfbe5d
commit d90257fd50

View 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.