From ee890639dd8da08594b28bae39ebba5ca4d99fb2 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 9 Apr 2018 13:05:39 +0200 Subject: [PATCH] chore(CHANGELOG): bump to v1.0.4 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e383788f..372f3695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen ___Note:__ Yet to be released changes appear here._ +## 1.0.4 + +* `FIX`: properly wire `$parent` on copy + paste +* `FIX`: improve boundary event rendering to correct SVG to image conversion + ## 1.0.3 * `FIX`: re-expose `TestHelper#bootstrapBpmnJS` util