Skip to content

Commit

Permalink
Add change log entry for name schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Nov 20, 2023
1 parent f536141 commit 9242272
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog.d/20231120_144022_jsick_DM_41781.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9242272

Please sign in to comment.