From 2cd8866b99b2acea42474fa62f510a46ba41ae4b Mon Sep 17 00:00:00 2001 From: Andras Date: Wed, 2 Jan 2019 17:41:42 -0500 Subject: [PATCH] backfill changelog; 1.4.1 --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index df35555..bf14835 100644 --- a/Readme.md +++ b/Readme.md @@ -111,6 +111,16 @@ Running the `fastpriorityqueue` benchmark: qheap 41,139 ops/sec 6814 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +Changelog +--------- + +- 1.4.1 - minor speedups, backfill changelog +- 1.4.0 - add test tools to devDependencies +- 1.3.4 - 100% test coverage +- 1.3.0 - `options.comparBefore` comparator, zero out removed array slots +- 1.2.0 - allow a compar function instead of options, fix off-by-one + + Todo ----