8
0
Pārlūkot izejas kodu

Docs: Changelog. [skip ci]

Piotrek Koszuliński 5 gadi atpakaļ
vecāks
revīzija
4d4694c320
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. 13 0
      packages/ckeditor5-code-block/CHANGELOG.md

+ 13 - 0
packages/ckeditor5-code-block/CHANGELOG.md

@@ -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.