update changelog

This commit is contained in:
troosan 2018-02-10 22:19:04 +01:00
parent 91a8dd3b22
commit 874c6d6fb6
1 changed files with 4 additions and 3 deletions

View File

@ -11,10 +11,11 @@ v0.15.0 (?? ??? 2018)
- Parsing of CSS `direction` instruction, HTML `lang` attribute, formatting inside table cell - @troosan #1273 #1252 #1254 - Parsing of CSS `direction` instruction, HTML `lang` attribute, formatting inside table cell - @troosan #1273 #1252 #1254
### Fixed ### Fixed
- fix reading of docx default style - @troosan #1238 - Fix reading of docx default style - @troosan #1238
- fix the size unit of when parsing html images - @troosan #1254 - Fix the size unit of when parsing html images - @troosan #1254
- fixed HTML parsing of nested lists - @troosan #1265 - Fixed HTML parsing of nested lists - @troosan #1265
- Save PNG alpha information when using remote images. @samsullivan #779 - Save PNG alpha information when using remote images. @samsullivan #779
- fix parsing of `<w:br/>` tag. @troosan #1274