aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 7dd5fe20fc0be522ba48edc2643fd51657fd9f36 (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
25
26
27
28
29
30
31
32
33
# 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).

## [UNRELEASED]
### Added
- `.clone` method now exists to create a clone of the Config object.

## [2.0.0] - 2018-08-26
### Changed
- `.read` will now return the `Config` object, instead of a `Bool`.

## [1.3.5] - 2018-03-28
### Added
- `api` key to META6.json

### Changed
- Update dependency to `Hash::Merge` to use `api` and `version` adverbs

### Removed
- Lingering say statement in get-parser, breaking tests for Rakudo Star users ([GitHub#4](https://github.com/scriptkitties/p6-Config/issues/4))
- Useless `use lib "lib"` statements from tests
- Useless dd statement from tests

## [1.3.3] - 2018-03-20
### Added
- A CHANGELOG is now present to keep track of changes between versions

### Changed
- Fix `:delete` adverb