From 5b519de4f5ca4c5b598f0af7d06cfb7178bb04ee Mon Sep 17 00:00:00 2001 From: Nathan Sheffield Date: Tue, 3 May 2022 15:31:49 -0400 Subject: [PATCH] Update changelog.md --- docs/changelog.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index de610adf..082b28f1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. -## [0.32.0] -- unreleased +## [0.32.0] -- 2022-05-03 ### Changed @@ -12,11 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added -- Support for PEPs with no YAML configuration file component (CSV only) -- Automatic sample merging if there are any duplicates in sample table index column -- new project attributes: - - `sample_table_index` - - `subsample_table_index` +- Support for PEP `2.1.0`, whichi includes support for no YAML configuration file component (CSV only), automatic sample merging if there are any duplicates in sample table index column, and new project attributes: `sample_table_index` and `subsample_table_index`. ### Fixed