summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorJonathan Arnett <jonarnett90@gmail.com>2017-04-28 14:31:12 -0400
committerJonathan Arnett <jonarnett90@gmail.com>2017-04-28 14:34:24 -0400
commiteb9721a804a7beff701e1aa6a3f0c049b7e53c71 (patch)
treec98416275ea819a19b046fad5ef8e7310d1dbff3 /web
parenta9de33643b1503b87359bda0828beeea2ed0162e (diff)
downloadNim-eb9721a804a7beff701e1aa6a3f0c049b7e53c71.tar.gz
Added getConfigDir changes to breaking changes doc
Diffstat (limited to 'web')
-rw-r--r--web/news/e031_version_0_16_2.rst4
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
 -----------------