From a480c484e714cc7a98fda9867c09b9bb54b534b4 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Sat, 3 Dec 2016 13:22:32 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 46462da..9eac897 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,12 @@ Stylet Changelog ================ +v1.1.19 +------- + + - Fix a bug where `Conductor.Collections.OneActive` wouldn't correctly close its children after a call to `this.Items.Clear()`, + or after the conductor was closed. + v1.1.18 -------