Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benzap committed Aug 10, 2018
1 parent cc6e6a8 commit 1e2843c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion changelog.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@
in module resolution. Similarly, linux can include paths in the
~EDEN_MODULE_PATH~, but they must be colon separated.

On linux, eden will attempt to find modules in
/usr/share/eden/libs and ~/.eden/libs

On windows, it will only attempt to find modules in ~/.eden/libs

- Improved Commandline. Included commandline argument
~-m, --modulepath~ which takes a (semi-colon separated /
colon-separated) path listing which will be included in the module
path resolution.

- Commandline also includes ~-v --verbose~ which can be used to turn
on more verbose error messages. Error messages are now less
verbose by default.
verbose by default. When enabled, it will also display the Module
Paths that are currently active.

- Slight improvements to error messages. They will now display which
file the error occured in.
Expand Down

0 comments on commit 1e2843c

Please sign in to comment.