summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorEddy Petrișor <eddy.petrisor@gmail.com>2013-03-18 23:26:27 +0200
committerEddy Petrișor <eddy.petrisor@gmail.com>2013-03-18 23:32:54 +0200
commita834517d5e5cd8f22fa7804471e51e3b05c5ebcc (patch)
tree9cbd4185257e858678cdf6af02dc90b3924458d4 /CHANGES.rst
parent59e698bc6608e4fc4cc2bf756996c44dd9f4b3af (diff)
downloadappdirs-a834517d5e5cd8f22fa7804471e51e3b05c5ebcc.tar.gz
linux-fixes: add *_config_dir
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8130e10..225064d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,11 +5,13 @@ appdirs 1.3.0
-------------
- [Unix, issue 16] Conform to XDG standard, instead of breaking it for
everybody
-- [Unix] Removes gratuitous case mangling of the case, since *nix-es are
+- [Unix] Removes gratuitous case mangling of the case, since \*nix-es are
usually case sensitive, so mangling is not wise
-- [Unix] Fixes the uterly wrong behaviour in site_data_dir, return result
+- [Unix] Fixes the uterly wrong behaviour in ``site_data_dir``, return result
based on XDG_DATA_DIRS and make room for respecting the standard which
specifies XDG_DATA_DIRS is a multiple-value variable
+- Add ``*_config_dir`` which are distinct on nix-es, according to XDG specs;
+ on Windows and Mac return the corresponding ``*_data_dir``
appdirs 1.2.0
-------------