Updated changelog for v0.6.2. Ref #146.
This commit is contained in:
parent
1234cdce13
commit
b29c6d3339
1 changed files with 29 additions and 0 deletions
|
|
@ -1,5 +1,34 @@
|
|||
# Babel changelog
|
||||
|
||||
## 0.6.2 - 19/06/2015
|
||||
|
||||
* Added ``binDir`` option to specify where the build output should be placed
|
||||
(Thank you [@minciue](https://github.com/minciue)).
|
||||
* Fixed deprecated code (Thank you [@lou15b](https://github.com/lou15b)).
|
||||
* Fixes to old ``.babel`` folder handling
|
||||
(Thank you [@ClementJnc](https://github.com/ClementJnc)).
|
||||
* Added ability to list only the installed packages via
|
||||
``nimble list --installed`` (Thank you
|
||||
[@hiteshjasani](https://github.com/hiteshjasani).
|
||||
* Fixes compilation with Nim v0.11.2 (Thank you
|
||||
[@JCavallo](https://github.com/JCavallo)).
|
||||
* Implements the ``--nimbleDir`` option (Thank you
|
||||
[@ClementJnc](https://github.com/ClementJnc)).
|
||||
* [Fixes](https://github.com/nim-lang/nimble/issues/128) ``nimble uninstall``
|
||||
not giving an error when no package name is
|
||||
specified (Thank you [@dom96](https://github.com/dom96)).
|
||||
* [When](https://github.com/nim-lang/nimble/issues/139) installing and building
|
||||
a tagged version of a package fails, Nimble will
|
||||
now attempt to install and build the ``#head`` of the repo
|
||||
(Thank you [@dom96](https://github.com/dom96)).
|
||||
* [Fixed](https://github.com/nim-lang/nimble/commit/1234cdce13c1f1b25da7980099cffd7f39b54326)
|
||||
cloning of git repositories with non-standard default branches
|
||||
(Thank you [@dom96](https://github.com/dom96)).
|
||||
|
||||
----
|
||||
|
||||
Full changelog: https://github.com/nim-lang/nimble/compare/v0.6...v0.6.2
|
||||
|
||||
## 0.6.0 - 26/12/2014
|
||||
|
||||
* Renamed from Babel to Nimble
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue