aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-11-12 11:15:53 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:40 +0200
commitb4547a225c0ba19a3d56f122a6518ab8321f3834 (patch)
tree95ce18e4e27f1039665f07beb3c4510047b8ef88 /CHANGELOG.md
parent70c77b3815f28660d6d742bffa7bcaf29cd991a6 (diff)
.clone the data hash
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9874325..dc7ff5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ 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]
+
+### Changed
+
+- `.read` now uses `%!data.clone`, instead of `%!data`. This should fix an
+ issue where the `Hash` used is shared between the objects, resulting in
+ hard-to-debug errors.
+
## [3.0.0] - 2020-07-12
`Config` has been rebuilt from the ground up. This is a relatively old