aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-03-28 14:34:24 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-03-28 14:34:33 +0200
commit09a8131c63667d9de9ee3921e7f877c09c9092c8 (patch)
treeba6b4107c59fa10678d2e1057f2672c494fa78ac /CHANGELOG.md
parent3cf9f5e0c5180d21cce9ec3a2650d6200ac3c2b4 (diff)
Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::F
Original Hash::Merge is incredibly slow due to the MONKEY. This is someone that is very unlikely to be what people want. App::Assixt reports parse time to go from 13s to 7s on first run, 13s to 0.3s on subsequent runs, which is *massive*.
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 5f3687a..2232d9d 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]
+### Added
+- `:api` key in `META6.json`
+- New `Hash::Merge` that exposes subs instead of augmenting `Hash`
+
+### Changed
+- Old `Hash::Merge` functionality moved to `Hash::Merge::Augment`
+
## [0.2.0] - 2018-03-14
### Added
- `LICENSE` file for Artistic License 2.0 ([GitHub#2](https://github.com/scriptkitties/p6-Hash-Merge/issues/2))