From 96a1d1a48ebb29e6d617078bc4581f09d3c29009 Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Wed, 21 Dec 2022 11:09:24 -0500 Subject: [PATCH] Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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)