8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
123ea55a74
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      packages/ckeditor5-utils/CHANGELOG.md

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

@@ -1,6 +1,18 @@
 Changelog
 =========
 
+## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-utils/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
+
+### Other changes
+
+* Brought back `translation-service~add()`. TODO remove this and the previous changelog entry. Closes [#233](https://github.com/ckeditor/ckeditor5-utils/issues/233). ([e840b0c](https://github.com/ckeditor/ckeditor5-utils/commit/e840b0c))
+* Removed `translation-service~add()` function in favor of using safer, always available, manual approach to extending `CKEDITOR_TRANSLATIONS` global. See [ckeditor/ckeditor5#914](https://github.com/ckeditor/ckeditor5/issues/914). ([5ac8ef0](https://github.com/ckeditor/ckeditor5-utils/commit/5ac8ef0))
+
+### BREAKING CHANGES
+
+* The `translation-service~add()` function was removed. See `translation-service` module docs to learn how to add translations.
+
+
 ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-utils/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
 
 ### Features