Skip to content

Commit

Permalink
Changelog for v0.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Jun 6, 2016
1 parent e95df37 commit cc2c606
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cc2c606

Please sign in to comment.