瀏覽代碼

Docs: Changelog. [skip ci]

Piotrek Koszuliński 6 年之前
父節點
當前提交
6ee504f63a
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      packages/ckeditor5-utils/CHANGELOG.md

+ 11 - 0
packages/ckeditor5-utils/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [13.0.0](https://github.com/ckeditor/ckeditor5-utils/compare/v12.1.1...v13.0.0) (2019-07-04)
+
+### Features
+
+* Added `env.isAndroid`. ([591f641](https://github.com/ckeditor/ckeditor5-utils/commit/591f641))
+
+### Other changes
+
+* Added context as second required argument to the `CKEditorError`'s constructor, changed `isCKEditorError()` method to `is()`. Introduced the `areConnectedThroughProperties()` utility Part of the [ckeditor/ckeditor5-watchdog#1](https://github.com/ckeditor/ckeditor5-watchdog/issues/1). ([bacc764](https://github.com/ckeditor/ckeditor5-utils/commit/bacc764))
+
+
 ## [12.1.1](https://github.com/ckeditor/ckeditor5-utils/compare/v12.1.0...v12.1.1) (2019-06-05)
 
 Internal changes only (updated dependencies, documentation, etc.).