diff --git a/CHANGELOG.md b/CHANGELOG.md index 2244b834ae5..47dab7ade65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ changes in the following format: PR #1234*** ### Core #### Features - Added new interface intended to be used for querying module data from PHP (PR #8215) +- Migrated instrument permissions from config.xml to database and added the ability + to manage instrument permissions in the frontend from the `instrument_manager` + module. (PR #8302) #### Updates and Improvements - Rename subproject to Cohort (PR #7817)