aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-01-23 11:51:16 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-01-23 11:51:16 +0100
commit4f4d42bb8794e19f0c5be39ee341f919e13f59f0 (patch)
tree07bfe2d93599d05d5855675cd0a50a3591b8ff91 /CHANGELOG.md
parent590bd304e39eb0c3c4067a8b9a8021a603b9ea62 (diff)
Merge v0.2.0 sourcesv0.2.0
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