From 1bbe3de9449b7ec64e0255b450f0d9461d703e5d Mon Sep 17 00:00:00 2001 From: Jamie Wong Date: Thu, 9 Aug 2018 09:27:08 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3019100..2f23db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,13 @@ ### Added ### Fixed + * Fix emscripten remapping when symbols contain dashes, like `527:i32s-div` [#129] * Improved firefox import speed and fixed bugs in it [#128] -* Preserve view state when switching tabs [#100] -* Clamp zoom to prevent floating point issues [#121] -* Prevent dragging from changing selection [#122] * Prevent non-contiguous blocks in the time ordered flamechart from appearing as a single node for selection [#123] +* Prevent dragging from changing selection [#122] +* Clamp zoom to prevent floating point issues [#121] +* Preserve view state when switching tabs [#100] ## [0.4.0] - 2018-07-21