From 8e9be1ac63ab372b8beab315ae710a7e45df9277 Mon Sep 17 00:00:00 2001 From: Matthew Peck Date: Wed, 27 Feb 2019 14:36:21 -0500 Subject: [PATCH] updated CHANGELOG Signed-off-by: Matthew Peck --- CHANGELOG.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5161f402bd..8b18f75717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,20 @@ # Habitat CHANGELOG -## Unreleased - -#### Merged Pull Requests -- fix array handling on windows scaffolding [#6228](https://github.com/habitat-sh/habitat/pull/6228) ([mwrock](https://github.com/mwrock)) -- Fix scaffolding detection for windows. [#6226](https://github.com/habitat-sh/habitat/pull/6226) ([scotthain](https://github.com/scotthain)) -- Add scaffolding function back, remove correct loop [#6223](https://github.com/habitat-sh/habitat/pull/6223) ([scotthain](https://github.com/scotthain)) - ## [0.76.0](https://github.com/habitat-sh/habitat/tree/0.76.0) (2019-02-25) [Full Changelog](https://github.com/habitat-sh/habitat/compare/0.75.0...0.76.0) #### Behavioral Changes - Update ChannelIdent to use env::Config::configured_value where appropriate [#6169](https://github.com/habitat-sh/habitat/pull/6169) ([baumanj](https://github.com/baumanj)) +#### Bug Fixes +- fix array handling on windows scaffolding [#6228](https://github.com/habitat-sh/habitat/pull/6228) ([mwrock](https://github.com/mwrock)) + Note: This change to windows scaffolding is to align it with implementation of the Linux scaffolding. The expectation is that scaffolding should be a single item, however in windows it is currently implemented as an array. This will be a breaking change if you are using windows scaffolding with more than one package in `$pkg_scaffodling()`, as we now only take into account the first item in that array. +- Fix scaffolding detection for windows. [#6226](https://github.com/habitat-sh/habitat/pull/6226) ([scotthain](https://github.com/scotthain)) +- Add scaffolding function back, remove correct loop [#6223](https://github.com/habitat-sh/habitat/pull/6223) ([scotthain](https://github.com/scotthain)) + #### Merged Pull Requests - Fix shellcheck thta was missed somehow [#6216](https://github.com/habitat-sh/habitat/pull/6216) ([scotthain](https://github.com/scotthain)) - Enable build verification steps for native hab builds [#6195](https://github.com/habitat-sh/habitat/pull/6195) ([scotthain](https://github.com/scotthain)) @@ -5804,4 +5803,4 @@ - Automatic Update/Restart of running packages [\#5](https://github.com/habitat-sh/habitat/pull/5) ([reset](https://github.com/reset)) - Set up initial Delivery acceptance environment [\#4](https://github.com/habitat-sh/habitat/pull/4) ([fnichol](https://github.com/fnichol)) - Update Setup & Development instructions for Delivery/GitHub workflow. [\#3](https://github.com/habitat-sh/habitat/pull/3) ([fnichol](https://github.com/fnichol)) -- Adds functional tests [\#1](https://github.com/habitat-sh/habitat/pull/1) ([adamhjk](https://github.com/adamhjk)) \ No newline at end of file +- Adds functional tests [\#1](https://github.com/habitat-sh/habitat/pull/1) ([adamhjk](https://github.com/adamhjk))