mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
Added getConfigDir changes to breaking changes doc
This commit is contained in:
@@ -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
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user