From 39451c56d4081ed0d849cbb491e6cc6ac414a0eb Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Fri, 30 Sep 2016 09:13:44 -0400 Subject: [PATCH] Update CHANGELOG for #79 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa06922..76d00475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). Support for this was limited/broken as of 1.7.0 anyway; this officially removes support for it. +### Fixed +- Fixed inability to run an image that doesn't yet exist locally, broken in + 1.7.0 ([#79]) ## [1.7.0] - 2016-05-19 ### Added @@ -138,3 +141,4 @@ First versioned release [issue 11]: https://github.com/JonathonReinhart/scuba/issues/11 [#24]: https://github.com/JonathonReinhart/scuba/pull/24 +[#79]: https://github.com/JonathonReinhart/scuba/issues/79