From 901423878f9fa7266941c28def0966e4de186d11 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 9 Feb 2018 14:18:16 +1300 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ceab85..71aab21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,18 @@ All notable changes to this project will be documented in this file. This change ## [0.1.18] - 2018-01-31 -#### Fixed +### Changed + +* Massive overhaul to how subscriptions are processed. + * Subscriptions that exist but weren't run, now show up in the subscription panel. + * Subscription creations and disposals that happen during figwheel reloads or otherwise outside of the re-frame event domino cycle are now correctly handled. If any of these happen, they show up in the new section Inter-Epoch Subscriptions. + * All of the actions that happen to a subscription within an epoch are now shown. This lets you spot unusual behaviour like a subscription being created but not-run, or a subscription running multiple times. + * Present better explanation messages when viewing the diff section for a sub where the value is unchanged, not run yet, or only run once. + +### Fixed * Garden source dependencies are now working if you don't have your own dependency on Garden. +* New app-db path inspectors default to `"""` instead of `"[]"` so you can see the help text. ## [0.1.17] - 2018-01-31