summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrent Mick <trentm@gmail.com>2010-09-01 21:20:29 -0700
committerTrent Mick <trentm@gmail.com>2010-09-01 21:20:29 -0700
commit39ff3e475fc241f350f3fbe151efd172fdda5f82 (patch)
treed839716fe9b7cdd57d84e3491c7041016b5e0fc2
parent3fbf9584690f6720f101d38597b2810db25ce5b2 (diff)
downloadappdirs-39ff3e475fc241f350f3fbe151efd172fdda5f82.tar.gz
add issue numbers to changelog; mention Mac site_data_dir fix
-rw-r--r--CHANGES.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3c3fba4..dd87288 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,11 +2,13 @@
## appdirs 1.1.0 (not yet released)
-- Add `AppDirs.log_dir`
-- [Unix] appdirs now conforms to XDG base directory spec
-- [MacOSX] Drop use of 'Carbon' module in favour of hardcoded paths; supports
+- [issue 4] Add `AppDirs.log_dir`
+- [Unix, issue 2] appdirs now conforms to XDG base directory spec
+ <http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>
+- [Mac, issue 5] Fix `site_data_dir()` on Mac.
+- [Mac] Drop use of 'Carbon' module in favour of hardcoded paths; supports
Python3 now.
-- [Windows] Append "Cache" to `user_cache_dir` on Windows by default. Add
+- [Windows] Append "Cache" to `user_cache_dir` on Windows by default. Use
`opinion=False` option to disable this.
- Add `appdirs.AppDirs` convenience class. Usage: