aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 15056c9d02407f741bc8d102b50eb8c041acc6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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