summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authoreddyp <eddy.petrisor+github.com@gmail.com>2013-03-18 22:08:55 +0200
committerEddy Petrișor <eddy.petrisor@gmail.com>2013-03-18 22:17:39 +0200
commitf07365245c4afcf7577fbf97b0b7e9d03064547c (patch)
tree48393470b127b4c23cdc7be38efb383d9bf4d36c /CHANGES.rst
parent64d8c035628449b5b031644c140f7c0d8dbc2576 (diff)
downloadappdirs-f07365245c4afcf7577fbf97b0b7e9d03064547c.tar.gz
Update CHANGES.rst to match *nix-specific changes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 50b277a..8130e10 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,16 @@
appdirs Changelog
=================
+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
+ usually case sensitive, so mangling is not wise
+- [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
+
appdirs 1.2.0
-------------