From 92422724dab4810079049253edce95560096bbb5 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Mon, 20 Nov 2023 14:44:06 -0500 Subject: [PATCH] Add change log entry for name schema change --- changelog.d/20231120_144022_jsick_DM_41781.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog.d/20231120_144022_jsick_DM_41781.md diff --git a/changelog.d/20231120_144022_jsick_DM_41781.md b/changelog.d/20231120_144022_jsick_DM_41781.md new file mode 100644 index 0000000..e13228d --- /dev/null +++ b/changelog.d/20231120_144022_jsick_DM_41781.md @@ -0,0 +1,10 @@ +### Backwards-incompatible changes + +- New structure for the `PersonName` model (used for the name key in `[[technote.authors]]`): + + - Delete the `name` key to require structured names + - Rename the `given_names` and `family_names` keys to `given` and `family`, respectively, which works better in context. + +### New features + +- Add a new `organization` key to the `[technote]` table to capture information about the organization publishing the technote series.