From 3b199c0bd2f800b441c697d103a09c9abd12aba6 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Sat, 5 Sep 2015 18:38:48 +0200 Subject: [PATCH] Added changelog for #150 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1ae3f9195..12f72d8794 100644 --- a/README.md +++ b/README.md @@ -1131,6 +1131,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address' #### Fixes +* Fixed nil pointer dereference ([#150](https://github.com/scaleway/scaleway-cli/pull/155)) * Fixed regression on scw create ([#142](https://github.com/scaleway/scaleway-cli/issues/142)) View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.4.0...master)