From 8a3c661b9898d94d81028ff8ed5fae2d5e29f882 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Thu, 5 Jan 2017 21:28:52 +0000 Subject: [PATCH] Add info about external dependency feature to changelog. --- changelog.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.markdown b/changelog.markdown index b65e92e..b3be182 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -3,7 +3,7 @@ # Nimble changelog -## 0.8.0 - 01/01/2017 +## 0.8.0 - 05/01/2017 This is a large release containing multiple new features and many bug fixes. @@ -25,6 +25,10 @@ This is a large release containing multiple new features and many bug fixes. into ``~/.nimble/pkgs/compiler-#head``. This reduces the amount of redundant installs. See [#88](https://github.com/nim-lang/nimble/issues/88) for more information. +* External dependencies can now be specified in .nimble files. Nimble doesn't + install these, but does instruct the user on how they can be installed. + More information about this feature can be found in the + [readme](https://github.com/nim-lang/nimble#external-dependencies). * Nimble now supports package aliases in the packages.json files. * Fixed regression that caused transitive dependencies to not be installed. * Fixed problem with ``install`` command when a ``src`` directory is present @@ -41,7 +45,7 @@ This is a large release containing multiple new features and many bug fixes. ---- Full changelog: https://github.com/nim-lang/nimble/compare/v0.7.10...v0.8.0 -Full list of issues which have been closed: https://github.com/nim-lang/nimble/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%222016-10-09+..+2017-01-01%22+ +Full list of issues which have been closed: https://github.com/nim-lang/nimble/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%222016-10-09+..+2017-01-05%22+ ## 0.7.10 - 09/10/2016