Browse Source

Docs: Mentioned previous release in the changelog. [skip ci]

Piotrek Koszuliński 7 years ago
parent
commit
56191985ae
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/ckeditor5-build-balloon/CHANGELOG.md

+ 4 - 0
packages/ckeditor5-build-balloon/CHANGELOG.md

@@ -3,6 +3,10 @@ Changelog
 
 ## [1.0.0-beta.3](https://github.com/ckeditor/ckeditor5-build-balloon/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2018-04-10)
 
+### NOTE
+
+This release followed `v1.0.0-beta.2` immediately to fix the issue mentioned below. Therefore, when upgrading from `v1.0.0-beta.1` make sure to also check [`v1.0.0-beta.2` release notes](https://github.com/ckeditor/ckeditor5-build-balloon/releases/tag/v1.0.0-beta.2).
+
 ### Bug fixes
 
 * Translations should work when CKEditor was loaded using RequireJS. See [ckeditor/ckeditor5#914](https://github.com/ckeditor/ckeditor5/issues/914). ([63ce23d](https://github.com/ckeditor/ckeditor5-build-balloon/commit/63ce23d))