diff --git a/changelog/configy_stricter_parsing.dd b/changelog/configy_stricter_parsing.dd index 0cac88e..c4deeb7 100644 --- a/changelog/configy_stricter_parsing.dd +++ b/changelog/configy_stricter_parsing.dd @@ -1,7 +1,7 @@ -dub will now warn on unrecognized settings or selections file +dub will now warn on unrecognized fields in `dub.json`, settings, or selections file Previously, dub was silently accepting anything it didn't recognize -in `[dub.]settings.json` and `dub.selections.json`. While the original +in `dub.json`, `[dub.]settings.json` and `dub.selections.json`. While the original intent was to make forward-compatibility easy, it proved detrimental as typos would just mean the user setting was ignored.