# Changelog All notable changes to this project will be documented in this file. 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