From fc8413e60bc213a2cb33cd380b113c23ed14bf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Roveg=C3=A5rd?= Date: Mon, 14 Aug 2017 07:12:21 +0200 Subject: [PATCH] Release 0.5.4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f2c14..30e13bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 0.5.4 (2017-08-14) + +* Trying to make tests more stable wrt breakpoint columns. +* Return only distinct locations when setting a breakpoing. +* Parse ES6 arrow functions when guessing columns. + # 0.5.3 (2017-08-13) * Properly pause on uncaught exceptions (issue #52)