From e827ce6bf3bbbcb9c0b79e139077a86b03e9e851 Mon Sep 17 00:00:00 2001 From: CreepySkeleton Date: Wed, 5 Aug 2020 16:41:45 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4ba340..f063041d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.3.16 (2020-08-05) + +* Added [the new example](https://github.com/TeXitoi/structopt/blob/master/examples/required_if.rs). +* Allow `#[structopt(flatten)]` fields to have doc comments. The comments are ignored. +* The `paw` crate is now being reexported when `paw` feature is enabled, + see [`#407`](https://github.com/TeXitoi/structopt/issues/407). + # v0.3.15 (2020-06-16) * Minor documentation improvements.