From 6064dd920962b46b6bd7421f814fd9f2050da1d1 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Fri, 12 May 2017 15:18:37 +0200 Subject: [PATCH] Changelog entry. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 5191e310392..aa75936fa83 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -50,6 +50,7 @@ Fixed Issues: * [#16927](https://dev.ckeditor.com/ticket/16927): Fixed: An error thrown if a bundle containing the [Color Button](http://ckeditor.com/addon/colorbutton) plugin is run in ES5 strict mode. Thanks to [Igor Rubinovich](https://github.com/IgorRubinovich)! * [#16920](http://dev.ckeditor.com/ticket/16920): Fixed: Several plugins not using the [Dialog](http://ckeditor.com/addon/dialog) plugin as a direct dependency. * [PR#336](https://github.com/ckeditor/ckeditor-dev/pull/336): Fixed: Typo in [`CKEDITOR.getCss`](http://docs.ckeditor.com/#!/api/CKEDITOR-method-getCss) API docs. Thanks to [knusperpixel](https://github.com/knusperpixel)! +* [#17027](http://dev.ckeditor.com/ticket/17027): Fixed: Commands event data should be initialized as an empty object. Other Changes: