From e45d8598a6584cfe21fd0bd5e07a2e96f4fb1a7c Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Mon, 13 Nov 2017 12:52:40 +1300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65468f5..94868a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file. This change ### Added -* Preliminary support for React 16 component paths [#89](https://github.com/Day8/re-frame-trace/pull/89). -* External popout window. [#92](https://github.com/Day8/re-frame-trace/issues/92). +* Preliminary support for React 16 component paths. [#89](https://github.com/Day8/re-frame-trace/pull/89) +* External popout window. [#92](https://github.com/Day8/re-frame-trace/issues/92) +* Namespace aware truncation in the traces panel. [#100](https://github.com/Day8/re-frame-trace/pull/100) ### Changed