mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
changed the compiler's path handling; fixes #546
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user