From 2467a2878bbdab7ba8982903d4c291571e652f5d Mon Sep 17 00:00:00 2001 From: Luther Tychonievich Date: Tue, 13 Aug 2024 13:23:22 -0500 Subject: [PATCH] Update changelog.md (#525) * Update changelog.md We've been making changes without updating the changelog. This summarizes the changes since v7.14 was released. * Update changelog.md * Update changelog.md --------- Co-authored-by: Dave Thaler --- changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.md b/changelog.md index cf249eb0..2c875192 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,22 @@ +# Main + +- Clarified that `FORM`.`MEDI` describe the original medium, not the derived medium, when used with derived files. + +- Clarified the meaning of the `WWW` structure, which previously only mentioned its payload datatype. + +- Clarified `PLAC` to both define "jurisdiction" and document its meaning in the absence of a `PLAC`.`FORM`. + +- Clarified what the term "principal date" means in different contexts in the definition of `g7:DATE`. + +- Updated `NICK` to no longer suggest that some names are "improper" and to document the diversity of views in what a "nickname" is. + +- Removed confusing reference to superstructures in the meaning of a documented extension tag. + +- Added ABNF for more datatypes and updated DIGIT's capitalization for compatibility with more ABNF toolchains. + +- Various typo corrections. + + # Version 7.0.14 - Recommend that `NO XYZ` only be used where `XYZ` is permitted (its meaning is undefined elsewhere).