aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-08-26 13:51:54 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:11 +0200
commita3fcd57ae5f77054ddbeed87d6a10ff6e8fa0fa8 (patch)
tree395f926f7ede3e15dd404cc2c803ae6d6c10fefd /CHANGELOG.md
parent70651300b9eefd0707d342bcf91f1f12e77b234a (diff)
Add .clone method
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e023e2d..7dd5fe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ 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`.