aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Bump version to 1.0.0v1.0.0Patrick Spek1-1/+1
2018-03-28Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::FPatrick Spek1-0/+8
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*.
2018-03-14Bump version to 0.2.0Patrick Spek1-1/+1
2018-03-14Add a LICENSE filePatrick Spek1-1/+3
Fixes #3
2018-03-14Add a CHANGELOGPatrick Spek1-0/+9
Fixes #2