Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic
Versioning.
[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