From 227cd8b4517cdb6061b01ccd02c1961e34367cc2 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 19 Dec 2017 21:48:50 +1300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47433e..5bf33f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +Lots of quality of life fixes + +### Fixed + +* Lower count of items in sequence before expanding icon shows [#126](https://github.com/Day8/re-frame-trace/issues/126) +* Only allow one time based filter at a time [#125](https://github.com/Day8/re-frame-trace/issues/125) +* Persist trace expansions when changing tab [#105](https://github.com/Day8/re-frame-trace/issues/105) +* Hide :sub/create traces for cached subscriptions [#93](https://github.com/Day8/re-frame-trace/issues/93) +* Persist filter category settings to localstorage [#121](https://github.com/Day8/re-frame-trace/issues/121) +* Highlight events in trace window [#106](https://github.com/Day8/re-frame-trace/issues/106) + ## [0.1.14] - 2017-12-19 ### Added