aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-11-30 18:19:43 -0800
committerHaibo Huang <hhb@google.com>2020-11-30 18:19:43 -0800
commit1fc28252fbfe12d52fef073fb44521e9272c6a6f (patch)
treecae5bc70a957388a86ea728e66409f385be9b6ce /CHANGELOG.md
parenta7d348ca4e3c757163a1447a0ad09b5f27869475 (diff)
downloadstructopt-1fc28252fbfe12d52fef073fb44521e9272c6a6f.tar.gz
Upgrade rust/crates/structopt to 0.3.21
Test: make Change-Id: I8b7f385accd0609f9b56cc77c55af99ca40c5241
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--[-rwxr-xr-x]CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccdde68..650afea 100755..100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# v0.3.21 (2020-11-30)
+
+* Fixed [another breakage](https://github.com/TeXitoi/structopt/issues/447)
+ when the struct is placed inside a `macro_rules!` macro.
+
# v0.3.20 (2020-10-12)
* Fixed [a breakage](https://github.com/TeXitoi/structopt/issues/439)