8
0
Quellcode durchsuchen

Docs: Changelog. [skip ci]

Piotrek Koszuliński vor 7 Jahren
Ursprung
Commit
50856d2523
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 11 0
      packages/ckeditor5-markdown-gfm/CHANGELOG.md

+ 11 - 0
packages/ckeditor5-markdown-gfm/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [10.0.0](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
+
+### Other changes
+
+* Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([a5af0e5](https://github.com/ckeditor/ckeditor5-markdown-gfm/commit/a5af0e5))
+
+### BREAKING CHANGES
+
+* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
+
+
 ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
 
 Internal changes only (updated dependencies, documentation, etc.).