Newer
Older
dub_jkp / CHANGELOG.md
@Sönke Ludwig Sönke Ludwig on 28 Feb 2013 891 bytes Added a change log (starts with 0.9.9).
  1. Changelog
  2. =========
  3.  
  4. v0.9.9 - 2013-02-28
  5. -------------------
  6.  
  7. ### Features and improvements ###
  8.  
  9. - Adds a Windows installer (by Brad Anderson aka eco) - [pull #27][issue27]
  10. - Support for branches other than "~master"
  11. - The MonoD generator now generates a pretty source hierarchy for dependencies
  12. - The "sourcePath" field has been changed to "sourcePaths" to support multiple paths (by Nathan M. Swan aka carlor) - [pull #28][issue28]
  13.  
  14. ### Bug fixes ###
  15.  
  16. - "dub init" with no arguments uses the current directory name as the project name - [issue #16][issue16]
  17. - The tilde character is not used for path names anymore - [issue #23][issue23]
  18.  
  19. [issue16]: https://github.com/rejectedsoftware/dub/issues/16
  20. [issue23]: https://github.com/rejectedsoftware/dub/issues/23
  21. [issue27]: https://github.com/rejectedsoftware/dub/issues/27
  22. [issue28]: https://github.com/rejectedsoftware/dub/issues/28