From ef0f70a3dd4f7f92156ea2cd4fb8701b036eaeb1 Mon Sep 17 00:00:00 2001 From: Chris Reeves Date: Thu, 27 Sep 2018 00:23:41 -0400 Subject: [PATCH] update changelog for 0.10.10 / 1.0.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706fcde0e4..9dba710e7d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # changelog -# 0.10.10 / 1.0.0 (unreleased) +# 0.10.10 / 1.0.0 * Bug fixes * Conditional sections in attributes that happen to have another conditional section next to a nodeless directive (event, decorator, or transition) will no longer explode when trying to render * Shuffled iterative sections that are removed before they finish shuffling are now torn down fully (#3263) + * The ractive bin will now mkdirp for single output files rather than dying if the target directory doesn't already exist + * Transitions and lifecycle events that cause compound runloops will no longer leave some of the resulting Promises unresolved (#3266) + +* Other changes + * The `onconstruct` init option will be called for consistency with `on: { construct }` (#3267) # 0.10.9