From b6e8422cf471f89e09a9ce802010d9df50a35431 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Sat, 10 Feb 2018 21:57:29 +1300 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37edfb3..94d1687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. This change ## [0.1.20] - Unreleased +### Improved +* Improve Timing panel to show more granular timing info. + +### Fixed + +* View and subscription runtime now only measures self time instead of elapsed time, i.e. we subtract the time of any child subcriptions/renders. ## [0.1.19] - 2018-02-09