From f40d7a306d8edfd88c293614331a7eebc03e4c24 Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Mon, 18 Sep 2023 16:15:58 -0500 Subject: [PATCH] vcf/changelog: Fix entry context --- noodles-vcf/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/noodles-vcf/CHANGELOG.md b/noodles-vcf/CHANGELOG.md index f94ea393d..61cf64da1 100644 --- a/noodles-vcf/CHANGELOG.md +++ b/noodles-vcf/CHANGELOG.md @@ -8,15 +8,15 @@ This no longer quotes the `Number`, `Type`, and `Values` field values. - * vcf/header/parser/record/value/map/other: Only parse `Values` field in META - record. - - * vcf/header/record/value/map/other: Add specialized PEDIGREE value parser - (#201). + * vcf/header/parser/record/value/map/other: Add specialized PEDIGREE value + parser (#201). When the input is VCF 4.2, this allows the `Child` or `Derived` field to act as the record ID in the value collection. + * vcf/header/parser/record/value/map/other: Only parse `Values` field in META + record. + [#201]: https://github.com/zaeleus/noodles/issues/201 [#203]: https://github.com/zaeleus/noodles/issues/203