From a57f569f2ef4c6a67b8eee9859acf03c9873bcef Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 26 Mar 2020 18:23:44 -0500 Subject: [PATCH] docs: Fix up the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34eaf75..335c90a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 0.12.2 (2020-03-26) +#### Features + * **cmd**: * Support timeouts (closes [#10](https://github.com/assert-rs/assert_cmd/issues/20)).