aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d74a60..15056c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,5 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).
+## [0.2.0] - 2020-04-25
+
+### Added
+
+- `xdg-config-dirs` has been added, which will return a sequence of IO::Path
+ objects to refer to all configuration dirs an application *should* check for
+ user defined configuration.
+
+- `xdg-data-dirs` has been added, which will return a sequence of IO::Path
+ objects to refer to all user specific data files.
+
+### Changed
+
+- References to Perl 6 have been updated to refer to Raku instead.
+
## [0.1.0] - 2019-09-12
- Initial release