|
|
@@ -1,6 +1,19 @@
|
|
|
Changelog
|
|
|
=========
|
|
|
|
|
|
+## [17.0.0](https://github.com/ckeditor/ckeditor5-code-block/compare/v16.0.0...v17.0.0) (2020-02-19)
|
|
|
+
|
|
|
+### Bug fixes
|
|
|
+
|
|
|
+* It should be possible to use multiple classes in the language configuration. Closes [ckeditor/ckeditor5#5924](https://github.com/ckeditor/ckeditor5/issues/5924). ([dca0fe4](https://github.com/ckeditor/ckeditor5-code-block/commit/dca0fe4))
|
|
|
+* Spell checker is now disabled inside code blocks. Closes [ckeditor/ckeditor5#5978](https://github.com/ckeditor/ckeditor5/issues/5978). ([cd03e20](https://github.com/ckeditor/ckeditor5-code-block/commit/cd03e20))
|
|
|
+
|
|
|
+### Other changes
|
|
|
+
|
|
|
+* Reverted year 2020 in .po files license header. ([8913f56](https://github.com/ckeditor/ckeditor5-code-block/commit/8913f56))
|
|
|
+* Updated translations. ([3604224](https://github.com/ckeditor/ckeditor5-code-block/commit/3604224))
|
|
|
+
|
|
|
+
|
|
|
## [16.0.0](https://github.com/ckeditor/ckeditor5-code-block/tree/v16.0.0) (2019-12-04)
|
|
|
|
|
|
The initial release.
|