diff options
author | Jonathan Arnett <jonarnett90@gmail.com> | 2017-04-28 14:31:12 -0400 |
---|---|---|
committer | Jonathan Arnett <jonarnett90@gmail.com> | 2017-04-28 14:34:24 -0400 |
commit | eb9721a804a7beff701e1aa6a3f0c049b7e53c71 (patch) | |
tree | c98416275ea819a19b046fad5ef8e7310d1dbff3 /web | |
parent | a9de33643b1503b87359bda0828beeea2ed0162e (diff) | |
download | Nim-eb9721a804a7beff701e1aa6a3f0c049b7e53c71.tar.gz |
Added getConfigDir changes to breaking changes doc
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e031_version_0_16_2.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index b38f0c159..a0d727fe1 100644 --- a/web/news/e031_version_0_16_2.rst +++ b/web/news/e031_version_0_16_2.rst @@ -61,6 +61,10 @@ Changes affecting backwards compatibility compile-time value. - On posix, the results of `waitForExit`, `peekExitCode`, `execCmd` will return 128 + signal number if the application terminates via signal. +- ``ospaths.getConfigDir`` now conforms to the XDG Base Directory specification + on non-Windows OSs. It returns the value of the XDG_CONFIG_DIR environment + variable if it is set, and returns the default configuration directory, + "~/.config/", otherwise. Library Additions ----------------- |