From 0f127d8037aee7d8ef4c6b6d2a0c1f810200f327 Mon Sep 17 00:00:00 2001 From: Jacek Bogdanski Date: Tue, 9 Jul 2019 14:28:42 +0200 Subject: [PATCH] Changelog update. --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b68a578e1ee..553a63a25bf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,14 @@ ## CKEditor 4.13 +Fixed Issues: + +* [#3115](https://github.com/ckeditor/ckeditor-dev/issues/3115): Fixed: Destroying editor during initialization throws an error. + +API Changes: + +* [#3124](https://github.com/ckeditor/ckeditor-dev/issues/3124): Added the [`CKEDITOR.dom.element`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_element.html#method-isDetached) method. + ## CKEditor 4.12.1 Fixed Issues: