From 44e64e79f2aa59f76602b1bc33720ef0b250ef44 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Sun, 15 Sep 2019 12:04:36 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce212b3..95713cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ IMPROVEMENTS: BUG FIXES: * Use mutex read lock when reading out all policies from memory backend to remove possible race [[GH-30]](https://github.com/jrasell/sherpa/pull/30) * Autoscaler log to debug when it suggests a group should be scaled [[GH-36]](https://github.com/jrasell/sherpa/pull/36) + * Fix style issue where scale cmd help ended with fullstops [[GH-39]](https://github.com/jrasell/sherpa/pull/39) ## 0.0.2 (9 August, 2019)