From cc2c606fbe18d68af3aa42d44a256a9937ef9685 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 6 Jun 2016 22:04:49 +0100 Subject: [PATCH] Changelog for v0.7.4. --- changelog.markdown | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/changelog.markdown b/changelog.markdown index e88fcf5..ef01790 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,5 +1,26 @@ # Nimble changelog +## 0.7.4 - 06/06/2016 + +This release is mainly a bug fix release. The installation problems +introduced by v0.7.0 should now be fixed. + +* Fixed symlink install issue + (Thank you [@yglukhov](https://github.com/yglukhov)). +* Fixed permission issue when installing packages + (Thank you [@SSPkrolik](https://github.com/SSPkrolik)). +* Work around for issue #204. + (Thank you [@Jeff-Ciesielski](https://github.com/Jeff-Ciesielski)). +* Fixed FD leak. + (Thank you [@yglukhov](https://github.com/yglukhov)). +* Implemented the ``--depsOnly`` option for the ``install`` command. +* Various fixes to installation/nimscript support problems introduced by +v0.7.0. + +---- + +Full changelog: https://github.com/nim-lang/nimble/compare/v0.7.2...v0.7.4 + ## 0.7.2 - 11/02/2016 This is a hotfix release which alleviates problems when building Nimble.