From 9a740b66dc2e239eb71f9ed1231fbf7ffae056cd Mon Sep 17 00:00:00 2001 From: Julien Portalier Date: Thu, 17 Nov 2016 15:29:53 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec7b5a2..7b0a3184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # CHANGELOG +## UNRELEASED + +Features: +- Build command for `targets` entry in SPEC +- New Crystal search path algorithm (see breaking changes below) +- Informational `crystal` entry in SPEC +- Informational `libraries` entry in SPEC +- Shorthand for gitlab.com dependencies + +Breaking Changes: +- Dependencies are installed in the `lib` directory +- Dependencies are now fully installed, instead of merely the `src` folder +- `postinstall` scripts are now executed from the root of the dependency, + not the `src` directory + +Fixes: +- crash when dependency keys were unordered +- `tar` command usage on OpenBSD +- correctly report git errors +- the update command created a lockfile for empty dependencies + ## v0.6.4 Fixes: