summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2017-11-21 17:50:18 -0800
committerGitHub <noreply@github.com>2017-11-21 17:50:18 -0800
commit438cd5e8bef0a17bffef9224dc3e8c885221f024 (patch)
tree94af52060759edc8bf706033f0bc6765c9e6f773
parent867ef2c33f0cf54417e5c949b025319eea1c9038 (diff)
downloadappdirs-438cd5e8bef0a17bffef9224dc3e8c885221f024.tar.gz
Noted change regarding correcting the config directory on MacOS.
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 63a71bc..651ff47 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,9 @@ appdirs Changelog
appdirs 1.4.4
-------------
- [PR #92] Don't import appdirs from setup.py which
-fixes #91 - Don't get version from appdirs.__version__
+resolves issue #91
+- [PR #100] Corrects the config directory on OSX/macOS, which
+resolves issue #63.
Project officially classified as Stable which is important
for inclusion in other distros such as ActivePython.