From edbe0230af5bf4b74de7b502429bb7cd02bb9398 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 9 Oct 2021 14:10:10 +0200 Subject: [PATCH] Add "research_note" to list of accepted edited sections in noda edit log --- src/NodaLogEdit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NodaLogEdit.php b/src/NodaLogEdit.php index bd9e7e5..1a44045 100644 --- a/src/NodaLogEdit.php +++ b/src/NodaLogEdit.php @@ -21,6 +21,7 @@ final class NodaLogEdit { 'base', 'noda_link', 'name_variant', + 'research_note', 'related', 'superordinate', 'subordinate',