From 7ff5ee358f87ffd2b77bdc38257fe4ac98b61e71 Mon Sep 17 00:00:00 2001 From: Brian Caswell Date: Thu, 2 Sep 2021 11:57:36 -0400 Subject: [PATCH] include #1221 fixes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a215d3102..8b09e2861d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed * Deployment: Fixed the example deployment rule to include the required Azure Storage Queue support. [#1207](https://github.com/microsoft/onefuzz/pull/1207) -* CLI: Fixed an issue printing results that include `set`. [#1208](https://github.com/microsoft/onefuzz/pull/1208) +* CLI: Fixed an issue printing results that include `set`, `datetime`, and `None`. [#1208](https://github.com/microsoft/onefuzz/pull/1208), [#1221](https://github.com/microsoft/onefuzz/pull/1221) ## 2.32.0 ### Added