From e4a8db8b805e0982612ed66dabf32aa27a3857bc Mon Sep 17 00:00:00 2001 From: Daniel Turner Date: Wed, 18 Apr 2018 08:23:50 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9058891cf..594d4cbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ *Bug Fixes* - Prevent calling sleep with a negative value ([#273](https://github.com/Shopify/kubernetes-deploy/pull/273)) - Prevent no-op redeploys of bad code from hanging forever ([#262](https://github.com/Shopify/kubernetes-deploy/pull/262)) +- Display a nice error instead of crashing when a YAML document is missing 'Kind' +([#280](https://github.com/Shopify/kubernetes-deploy/pull/280)) *Enhancements* - Improve output for rendering errors ([#253](https://github.com/Shopify/kubernetes-deploy/pull/253))