From 341de2ba48436ea03ef65c6f9134dcdf0e231ceb Mon Sep 17 00:00:00 2001 From: Emre Erkunt Date: Wed, 30 Oct 2019 13:11:05 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76af6d52..7e4a1138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * Fixed a problem where resource names were reported wrong in some failures. ([#171](https://github.com/eerkunt/terraform-compliance/issues/171)) * Fixed a problem where in some cases `teraform-compliance` where giving `AttributeError: 'NoneType' object has no attribute 'get'` exception. ([#172](https://github.com/eerkunt/terraform-compliance/issues/172)) * Supporting multiple provider or providers aliases. ([#173](https://github.com/eerkunt/terraform-compliance/issues/173)) +* Filtering steps are now performing case insensitive matching. +* Improved error messaged on steps doing math operations. ## 1.0.52 (2019-10-29) * Fixed a problem where resource mounting were causing a issues on `resources that support tags`. ([#168](https://github.com/eerkunt/terraform-compliance/issues/168))