From bff8b50d232e5005b452de18d54ca7439c596415 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Wed, 24 Feb 2016 11:25:01 -0500 Subject: [PATCH] Updating changelog for 0.9.1 release --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6963a8..5acb3587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ -# Release 0.9.1 (xxxx-xx-xx) - +# Release 0.9.1 (2016-02-24) + +- Fixed #272: Handling appengine special package case. +- Fixed #273: Handle multiple packages in the same directory but handling + build tags used in those packages. +- Added documentation explaining how import resolution works. +- Fixed #275 and #285: Empty directories as package locations reporting errors. + Improved the UX and handle the errors. +- Fixed #279: Added Go 1.7 support that no longer has GO15VENDOREXPERIMENT. - Issue #267: Added `os` and `arch` import properties to the documentation. - Fixed #267: Glide was only walking the import tree based on build flags for the current OS and Arch. This is a problem for systems like docker that have