-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add change log entry for name schema change
- Loading branch information
1 parent
f536141
commit 9242272
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |