changed the compiler's path handling; fixes #546

This commit is contained in:
Andreas Rumpf
2016-05-31 03:04:36 +02:00
parent 1e5926458c
commit 893be3a5a4
11 changed files with 32 additions and 17 deletions

View File

@@ -42,6 +42,9 @@ Changes affecting backwards compatibility
- The procs related to ``random`` number generation in ``math.nim`` have
been moved to its own ``random`` module and been reimplemented in pure
Nim.
- The path handling changed. The project directory is not added to the
search path automatically anymore. Add this line to your project's
config to get back the old behaviour: ``--path:"$projectdir"``.
Library Additions